mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Cleanup.
This commit is contained in:
parent
a59593b1d2
commit
222fcbe75a
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
#ifndef BGFX_P_H_HEADER_GUARD
|
||||
#define BGFX_P_H_HEADER_GUARD
|
||||
|
||||
#ifndef BGFX_CONFIG_DEBUG
|
||||
# define BGFX_CONFIG_DEBUG 0
|
||||
#endif // BGFX_CONFIG_DEBUG
|
||||
|
||||
#if BGFX_CONFIG_DEBUG
|
||||
# define BX_TRACE _BX_TRACE
|
||||
# define BX_WARN _BX_WARN
|
||||
|
|
Loading…
Reference in a new issue