Removed unnecessary definition
This commit is contained in:
@@ -19,7 +19,6 @@ typedef void (*SetBoolFn)(bool, bool);
|
||||
typedef void (*SetFixesFn)(GameFixes, bool);
|
||||
typedef void (*SetIntFn)(int);
|
||||
typedef void (*SetFloatFn)(float);
|
||||
//typedef bool (*GetBoolFn)();
|
||||
|
||||
static HMODULE fixLib = nullptr;
|
||||
static LONG g_coreInitialized = 0;
|
||||
|
||||
Reference in New Issue
Block a user