Updated readme, and updated main so you don't need to run the test program on the commandline.

This commit is contained in:
Brian 2014-02-20 12:52:11 -07:00
parent db0ac63215
commit 44608cf2c8
5 changed files with 240 additions and 229 deletions

View file

@ -1,6 +1,6 @@
#ifndef __DEBUG_H__
#define __DEBUG_H__
// TODO: add assert macros and maybe some simple logging functionality
#endif //__DEBUG_H__
#ifndef __DEBUG_H__
#define __DEBUG_H__
// TODO: add assert macros and maybe some simple logging functionality
#endif //__DEBUG_H__