mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 15:55:39 +00:00
3 lines
119 B
C
3 lines
119 B
C
|
|
extern int alloc_check_threshold, alloc_check_counter;
|
||
|
|
int alloc_check_threshold = INT32_MAX, alloc_check_counter = 0;
|