#pragma once #define TARGET_UPS 60 #define TARGET_FPS 30 #define TILE_SIZE 16 #define LEVEL_WIDTH 16 #define LEVEL_HEIGHT 16 #define LEVEL_SIZE (LEVEL_WIDTH * LEVEL_HEIGHT)