6 lines
140 B
C
6 lines
140 B
C
#ifndef __DEBUG_H__
|
|
#define __DEBUG_H__
|
|
|
|
// TODO: add assert macros and maybe some simple logging functionality
|
|
|
|
#endif //__DEBUG_H__
|