diff --git a/engine/common/plugin.c b/engine/common/plugin.c index 926bb0044..978b8a2c6 100644 --- a/engine/common/plugin.c +++ b/engine/common/plugin.c @@ -4,7 +4,7 @@ #include "quakedef.h" - +#ifdef PLUGINS typedef struct plugin_s { char *name; @@ -342,4 +342,6 @@ void Plug_Close(plugin_t *plug) void Plug_Shutdown(void) { -} \ No newline at end of file +} + +#endif