X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fwatchbsp.h;h=94b5a58491b1b64b3729a0420833d0822630a35c;hb=d052c83e50a258421e1f51ac99b135b403c18989;hp=b8f434504349f6a9293e37e5923b7d8fc48bb6df;hpb=02a51890a3d97a0e937fbb11071cf7c41cc00aa9;p=xonotic%2Fnetradiant.git diff --git a/radiant/watchbsp.h b/radiant/watchbsp.h index b8f43450..94b5a584 100644 --- a/radiant/watchbsp.h +++ b/radiant/watchbsp.h @@ -32,12 +32,10 @@ #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;