You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//#define DEBUG_CONSOLE // Uncomment this if you want a debug console to start. You can use the Console class to print. You can use Console::inStrings to get input.
#include <4dm.h>
using namespace fdm;
#include "StateTest.h"
// Initialize the DLLMain
initDLL
$hook(void, StateGame, keyInput, StateManager& s, int key, int scancode, int action, int mods)