]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/watchbsp.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / watchbsp.h
index 94b5a58491b1b64b3729a0420833d0822630a35c..b8f434504349f6a9293e37e5923b7d8fc48bb6df 100644 (file)
 #define INCLUDED_WATCHBSP_H
 
 void BuildMonitor_Construct();
+
 void BuildMonitor_Destroy();
 
 typedef struct _GPtrArray GPtrArray;
-void BuildMonitor_Run( GPtrArray* commands, const char* mapName );
+
+void BuildMonitor_Run(GPtrArray *commands, const char *mapName);
 
 extern bool g_WatchBSP_Enabled;
 extern bool g_WatchBSP_LeakStop;