#pragma once namespace Events { enum GUI { START, HIT, MISS, DEAD, LOOT }; }