1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

Fix build

This commit is contained in:
Nick Hastings 2023-10-15 23:54:09 -04:00
parent d4e4e62871
commit f710febc71

View File

@ -31,9 +31,7 @@
#include <filesystem.h>
#include <tier0/icommandline.h>
#if SOURCE_ENGINE == SE_EPISODEONE
#include <setjmp.h>
#endif
#if SOURCE_ENGINE >= SE_ORANGEBOX
void LocalCommand_Meta(const CCommand& args);