#pragma once enum { COM_LEFT, COM_RIGHT, COM_UP, COM_DOWN, _COM_COUNT }; enum { COM_LEN = 8 }; void commands_draw(void);