core: mv define debug
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define DEBUG
|
||||
|
||||
extern void* allocs_tree[3];
|
Reference in New Issue
Block a user
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define DEBUG
|
||||
|
||||
extern void* allocs_tree[3];
|