math.beta/include/Debug.h

6 lines
134 B
C

#ifndef __DEBUG_H__
#define __DEBUG_H__
// TODO: add assert macros and maybe some simple logging functionality
#endif //__DEBUG_H__