remove /include/twn_config.h, move defauls to relevant headers
This commit is contained in:
@ -7,6 +7,9 @@
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
|
||||
#define KEYBIND_SLOTS_DEFAULT 3
|
||||
|
||||
|
||||
union ButtonCode {
|
||||
SDL_Scancode scancode;
|
||||
SDL_Keycode keycode;
|
||||
|
Reference in New Issue
Block a user