outpost2/MapEditor/OP2Editor/GlobalFunctions.h

9 lines
129 B
C

void PostErrorMsg(WCHAR *errorMsg);
bool IsRelative(BSTR path);
int RoundUpPowerOf2(int num);
int LogBase2(int num);