#ifndef _CONFIG_H #define _CONFIG_H #define SCREEN_X 270 #define SCREEN_Y 224 #define NULL (void*)(0) enum { WITCH_1 = 0, WITCH_2, WITCH_3, WITCH_4, WITCH_5, WITCH_6, WITCH_7, WITCH_8, N_WITCHES }; // Profiling enum { PROFCTX_FPS = 0, PROFCTX_ENGINE, PROFCTX_DISPLAY, PROFCTX_COUNT }; #endif