First commit

This commit is contained in:
2017-10-13 08:11:07 +02:00
commit a51ea64692
28 changed files with 7990 additions and 0 deletions

6
keyHandlers.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "api.h"
void keyHandler(SDL_Scancode key);
void menuKeyHandler(SDL_Scancode key);