#pragma once enum { LEVEL_WIDTH = 12, LEVEL_HEIGHT = 16 }; void level_draw(void); int level_get(int x, int y);