mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 19:14:08 +00:00
added a few registered pointers and memory debug
This commit is contained in:
parent
356a32eb09
commit
4b9fb631fc
5 changed files with 67 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue