diff options
Diffstat (limited to 'deps/g3dlite/source/constants.cpp')
-rw-r--r-- | deps/g3dlite/source/constants.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/g3dlite/source/constants.cpp b/deps/g3dlite/source/constants.cpp new file mode 100644 index 0000000000..9ee3eb8736 --- /dev/null +++ b/deps/g3dlite/source/constants.cpp @@ -0,0 +1,16 @@ +/** + @file constants.cpp + + @maintainer Morgan McGuire, http://graphics.cs.williams.edu + @created 2009-05-20 + @edited 2010-01-29 +*/ +#include "G3D/constants.h" +#include "G3D/Any.h" +#include "G3D/stringutils.h" + +namespace G3D { + + + +} // G3D |