| 134:eca2fc0acaa2 | 135:8b9132fea327 | 
|---|---|
| 29 // TODO: this file is a freeloader, I should probably get rid of it | 29 // TODO: this file is a freeloader, I should probably get rid of it | 
| 30 | 30 | 
| 31 #include <stdlib.h> | 31 #include <stdlib.h> | 
| 32 #include <stdio.h> | 32 #include <stdio.h> | 
| 33 #include "main.h" | 33 #include "main.h" | 
| 34 #include "string.h" | 34 #include "stringClass.h" | 
| 35 #include "events.h" | 35 #include "events.h" | 
| 36 #include "lexer.h" | 36 #include "lexer.h" | 
| 37 | 37 | 
| 38 static List<EventDefinition*> Events; | 38 static List<EventDefinition*> Events; | 
| 39 | 39 |