build fixes missed by copy over

This commit is contained in:
marauder2k7 2025-05-04 10:34:43 +01:00
parent 8c812cb448
commit 8f856dd7cd
4 changed files with 22 additions and 8 deletions

View file

@ -42,6 +42,7 @@ namespace Memory
void init();
void shutdown();
void getMemoryInfo(void* ptr, MemInfo& info);
void checkPtr(void* ptr);
}