Initial source commit

This commit is contained in:
Tony Bark 2025-10-03 02:19:59 -04:00
commit f1384c11ee
335 changed files with 52715 additions and 0 deletions

19
minorGems/common.h Normal file
View file

@ -0,0 +1,19 @@
/*
* Modification History
*
* 2002-October-18 Jason Rohrer
* Created.
*/
#ifndef MINOR_GEMS_COMMON_INCLUDED
#define MINOR_GEMS_COMMON_INCLUDED
#include "minorGems/util/development/memory/debugMemory.h"
#endif