Reorganize and prepare for SDL integration

This commit is contained in:
Cameron Gutman
2018-06-23 18:46:59 -07:00
parent ea459a0319
commit ce64966843
18 changed files with 637 additions and 586 deletions

View File

@@ -2,3 +2,4 @@
#define THROW_BAD_ALLOC_IF_NULL(x) \
if ((x) == nullptr) throw new std::bad_alloc()