]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/server.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / server.h
index 2e29a804d229c4f17be73c0ed60dcb0db3615043..c54b9d2b3ccf927b29093e8b921207060c111cd0 100644 (file)
 #define INCLUDED_SERVER_H
 
 class ModuleServer;
-ModuleServer& GlobalModuleServer_get();
-void GlobalModuleServer_loadModule( const char* filename );
+
+ModuleServer &GlobalModuleServer_get();
+
+void GlobalModuleServer_loadModule(const char *filename);
+
 void GlobalModuleServer_Initialise();
+
 void GlobalModuleServer_Shutdown();
 
 #endif