roguish/events.hpp

7 lines
86 B
C++

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