#ifndef IZ_COMMON_H #define IZ_COMMON_H #include #define CONTROLS 16 #define PLAYERS 1 static const char* APP_NAME = "SDL2"; typedef uint8_t IZ_ProcedureResult; #endif