| //#ifndef GLOBALS_H | |
| //#define GLOBALS_H | |
| #include "Path.h" | |
| #include "System.h" | |
| #include "File.h" | |
| #include "OS.h" | |
| #include <stdlib.h> | |
| #include <memory.h> | |
| #include <string.h> | |
| #define STRING char* | |
| //#define BYTE unsigned char | |
| //#define UINT unsigned int | |
| //#endif |