diff options
Diffstat (limited to 'src/factory.h')
-rw-r--r-- | src/factory.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/factory.h b/src/factory.h deleted file mode 100644 index 18bf069..0000000 --- a/src/factory.h +++ /dev/null @@ -1,14 +0,0 @@ -/* This file is dedicated to the public domain. */ - -#ifndef INC_FACTORY_H -#define INC_FACTORY_H - -/* Access to game and engine factories obtained on plugin load */ - -typedef void *(*ifacefactory)(const char *name, int *ret); -extern ifacefactory factory_client, factory_server, factory_engine, - factory_inputsystem; - -#endif - -// vi: sw=4 ts=4 noet tw=80 cc=80 |