#pragma once namespace Events { enum GUI { START, COMBAT, LOOT }; struct Combat { int player_did; int enemy_did; }; }