turings-tarpit/events.hpp

7 lines
69 B
C++

#pragma once
namespace Events {
enum GUI {
START, NOOP
};
}