summaryrefslogtreecommitdiffhomepage
path: root/src/factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/factory.h')
-rw-r--r--src/factory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/factory.h b/src/factory.h
index a72afef..18bf069 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -6,7 +6,8 @@
/* 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;
+extern ifacefactory factory_client, factory_server, factory_engine,
+ factory_inputsystem;
#endif