134:eca2fc0acaa2 | 135:8b9132fea327 |
---|---|
27 */ | 27 */ |
28 | 28 |
29 #ifndef BOTC_EVENTS_H | 29 #ifndef BOTC_EVENTS_H |
30 #define BOTC_EVENTS_H | 30 #define BOTC_EVENTS_H |
31 | 31 |
32 #include "string.h" | 32 #include "stringClass.h" |
33 | 33 |
34 struct EventDefinition | 34 struct EventDefinition |
35 { | 35 { |
36 String name; | 36 String name; |
37 int number; | 37 int number; |