mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
cc8b34639b
commit
db3aebb341
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue