cpp_launchpad/compile/controller/event.h
2021-12-22 01:47:19 -08:00

8 lines
100 B
C

#ifndef CONTROLLER_EVENT
#define CONTROLLER_EVENT
enum controller_event_t {
start,
stop
};
#endif