added a few registered pointers and memory debug

This commit is contained in:
aap 2020-11-30 23:44:58 +01:00
parent 356a32eb09
commit 4b9fb631fc
5 changed files with 67 additions and 5 deletions

View file

@ -20,6 +20,10 @@ extern bool gbShowTimebars;
#define gbShowTimebars false
#endif
#ifndef FINAL
extern bool gbPrintMemoryUsage;
#endif
class CSprite2d;
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);