From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_star_server_8cpp.html | 225 ++++++++++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 Doc/doxygen/html/_star_server_8cpp.html (limited to 'Doc/doxygen/html/_star_server_8cpp.html') diff --git a/Doc/doxygen/html/_star_server_8cpp.html b/Doc/doxygen/html/_star_server_8cpp.html new file mode 100644 index 0000000..db2bb3c --- /dev/null +++ b/Doc/doxygen/html/_star_server_8cpp.html @@ -0,0 +1,225 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/StarServer.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
StarServer.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "StarServer.h"
+#include "Campaign.h"
+#include "CombatRoster.h"
+#include "Galaxy.h"
+#include "Mission.h"
+#include "Sim.h"
+#include "SimEvent.h"
+#include "Ship.h"
+#include "Contact.h"
+#include "QuantumDrive.h"
+#include "Power.h"
+#include "SystemDesign.h"
+#include "WeaponDesign.h"
+#include "Shot.h"
+#include "Drive.h"
+#include "Explosion.h"
+#include "FlightDeck.h"
+#include "RadioMessage.h"
+#include "RadioTraffic.h"
+#include "Random.h"
+#include "ModConfig.h"
+#include "NetLayer.h"
+#include "NetGame.h"
+#include "NetHost.h"
+#include "NetServer.h"
+#include "HttpServer.h"
+#include "HttpServletExec.h"
+#include "NetAdminServer.h"
+#include "NetLobbyServer.h"
+#include "NetServerConfig.h"
+#include "Token.h"
+#include "MachineInfo.h"
+#include "Game.h"
+#include "Keyboard.h"
+#include "Mouse.h"
+#include "EventDispatch.h"
+#include "MultiController.h"
+#include "DataLoader.h"
+#include "ParseUtil.h"
+#include "Resource.h"
+
+

Go to the source code of this file.

+ + + + +

+Functions

DWORD WINAPI StarServerShutdownProc (LPVOID link)
DWORD WINAPI StarServerRestartProc (LPVOID link)
+ + +

+Variables

const char * versionInfo
+

Function Documentation

+ +
+
+ + + + + + + + +
DWORD WINAPI StarServerRestartProc (LPVOID link)
+
+ +

Definition at line 489 of file StarServer.cpp.

+ +
+
+ +
+
+ + + + + + + + +
DWORD WINAPI StarServerShutdownProc (LPVOID link)
+
+ +

Definition at line 475 of file StarServer.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
const char* versionInfo
+
+ +

Definition at line 44 of file Main.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1