Implement TObj*/IObj; finish matching CStringTable

This commit is contained in:
2022-07-14 12:24:26 -04:00
parent 2ce22743e9
commit e98f62c3a6
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