Implement TObj*/IObj; finish matching CStringTable

Former-commit-id: e98f62c3a6
This commit is contained in:
2022-07-14 12:24:26 -04:00
parent 9bc9bf7eb2
commit ffd6ba5818
51 changed files with 437 additions and 436 deletions

View File

@@ -46,6 +46,9 @@ typedef void* unkptr;
#ifndef nullptr
#define nullptr 0
#endif
#ifndef override
#define override
#endif
#ifndef BOOL
#ifdef __cplusplus