]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/server.h
Merge branch 'NateEag-master-patch-12920' into 'master'
[xonotic/netradiant.git] / radiant / server.h
index c54b9d2b3ccf927b29093e8b921207060c111cd0..2e29a804d229c4f17be73c0ed60dcb0db3615043 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