Remove math library and merge gametypes and mathtypes

This commit is contained in:
Marc Di Luzio 2014-12-30 13:24:20 +00:00
parent d9b9f3d7dd
commit 3342300324
4 changed files with 27 additions and 33 deletions

View file

@ -1,9 +0,0 @@
#ifndef _TTRTS_VERSION_H_
#define _TTRTS_VERSION_H_
static const int sk_ttrts_version_major = TTRTS_VERSION_MAJOR;
static const int sk_ttrts_version_minor = TTRTS_VERSION_MINOR;
static const int sk_ttrts_version_patch = TTRTS_VERSION_PATCH;
static const char* sk_ttrts_version_string = TTRTS_VERSION_STRING;
#endif //_TTRTS_VERSION_H_