
Keyboard::Bind( "left_alt f4", "Quit()", 0 );
Keyboard::Bind( "left_alt return", "Window::ToggleFullscreen()", 0 )
Keyboard::Bind( "left_shift f5", "Load(data/dev/debug_keybinds.txt)", 0 );
// Keyboard::Bind( "m", "Audio::ToggleMusic()" );

// Game binds
Keyboard::Bind( "space", "Game::Reset()" );
Keyboard::Bind( "escape", "Game::EscPressed()" );
Keyboard::Bind( "return", "Game::EnterPressed()" );
