#ifndef IZ_COMMON_H #define IZ_COMMON_H #include <stdint.h> #define CONTROLS 16 #define PLAYERS 1 static const char* APP_NAME = "SDL2"; #endif