mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-20 13:54:14 +01:00
More build fixes
This commit is contained in:
parent
2ce27062b0
commit
40ee69cf78
@ -35,7 +35,12 @@
|
||||
#include <setjmp.h>
|
||||
#endif
|
||||
|
||||
ConCommand meta_local_cmd("meta", LocalCommand_Meta, "Metamod:Source control options");
|
||||
#if SOURCE_ENGINE >= SE_ORANGEBOX
|
||||
static void LocalCommand_Meta(const CCommand& args);
|
||||
#else
|
||||
static void LocalCommand_Meta();
|
||||
#endif
|
||||
static ConCommand meta_local_cmd("meta", LocalCommand_Meta, "Metamod:Source control options");
|
||||
|
||||
static SourceProvider g_SourceProvider;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user