nes-proj/project/Giomba/event.h

9 lines
93 B
C

#ifndef EVENT_H
#define EVENT_H
enum CartEvent {
CART_EVENT_ASSOCIATED
} event;
#endif