summaryrefslogtreecommitdiffhomepage
path: root/NetEx/NetHost.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-30 19:57:43 +0200
committerAki <please@ignore.pl>2022-03-30 19:57:43 +0200
commit98432be171dee1a1ad4774b5600c4f91bfa1f810 (patch)
treec2a034fb1b650f8d10846b334d5b9b2ec2e11198 /NetEx/NetHost.h
parent5f77e4b3626cf624351023eaa223620233f82526 (diff)
downloadstarshatter-98432be171dee1a1ad4774b5600c4f91bfa1f810.zip
starshatter-98432be171dee1a1ad4774b5600c4f91bfa1f810.tar.gz
starshatter-98432be171dee1a1ad4774b5600c4f91bfa1f810.tar.bz2
Brought NetHost closer to standard
Diffstat (limited to 'NetEx/NetHost.h')
-rw-r--r--NetEx/NetHost.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/NetEx/NetHost.h b/NetEx/NetHost.h
index a5a4bd0..c45f04c 100644
--- a/NetEx/NetHost.h
+++ b/NetEx/NetHost.h
@@ -3,23 +3,21 @@
Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
Copyright (c) 1997-2006, Destroyer Studios LLC.
- AUTHOR: John DiCamillo
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Network Host
+ OVERVIEW
+ ========
+ Network Host
*/
-#ifndef NET_HOST_H
-#define NET_HOST_H
+#ifndef NetHost_h
+#define NetHost_h
-#include <windows.h>
+#include "List.h"
#include "NetAddr.h"
#include "Text.h"
-#include "List.h"
-// +-------------------------------------------------------------------+
class NetHost
{
@@ -46,4 +44,4 @@ private:
};
-#endif // NET_HOST_H
+#endif // NetHost_h