More prototype warning stuff.
I know these should be in the .h files, but we can cover that later.
This commit is contained in:
@@ -72,6 +72,10 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
void ShutdownGame();
|
||||
bool HandleGlobalInputs( const InputEventPlus &input );
|
||||
void HandleInputEvents(float fDeltaTime);
|
||||
|
||||
static Preference<bool> g_bAllowMultipleInstances( "AllowMultipleInstances", false );
|
||||
|
||||
void StepMania::GetPreferredVideoModeParams( VideoModeParams ¶msOut )
|
||||
|
||||
Reference in New Issue
Block a user