Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -7,4 +7,6 @@ class IInputSystem {
|
||||
bool IsButtonDown(ButtonCode_t button) {
|
||||
return GetVirtualFunction<bool(*)(void*, ButtonCode_t)>(this, 11)(this, button);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
extern IInputSystem* inputsystem;
|
||||
Reference in New Issue
Block a user