#pragma once enum class MenuState { NONE, PLAY, EDIT, }; typedef struct { int x; int y; } Vector2i;