From 117f3ad6ae3fb6df54bc553bd1efbab080d39606 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Apr 2022 04:24:52 +0100 Subject: Add engine_no_focus_sleep backport, fix codegen Default gamedata values actually work the way they're supposed to now. --- src/factory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/factory.h') 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 -- cgit v1.2.3