bit more... 'optional'...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@275 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-30 22:51:15 +00:00
parent cc8b34639b
commit db3aebb341
1 changed files with 4 additions and 2 deletions

View File

@ -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)
{
}
}
#endif