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