isle/LEGO1/lego/legoomni/include/legonotify.h
Christian Semmler 48d0097494 Fixes
2024-01-09 04:12:18 -05:00

12 lines
182 B
C

#ifndef LEGONOTIFY_H
#define LEGONOTIFY_H
enum LegoEventNotificationParamType {
c_lButtonState = 1,
c_rButtonState = 2,
c_modKey1 = 4,
c_modKey2 = 8,
};
#endif // LEGONOTIFY_H