9 lines
93 B
C
9 lines
93 B
C
#ifndef EVENT_H
|
|
#define EVENT_H
|
|
|
|
enum CartEvent {
|
|
CART_EVENT_ASSOCIATED
|
|
} event;
|
|
|
|
#endif
|