1 2 3 4 5 6 7 8
#ifndef TOOL_HACK #define TOOL_HACK //FUCKING HACK! enum tLoadStatus { LOAD_OK, LOAD_ERROR }; typedef enum tLoadStatus tlLoadStatus; #endif