Added sharedMath and sharedRandom libraries

This commit is contained in:
Anonymous
2014-01-14 02:05:25 -07:00
parent 377fab52c5
commit a4f2c06f77
187 changed files with 21231 additions and 1 deletions
@@ -0,0 +1,5 @@
#if defined(PLATFORM_WIN32)
#include "../../src/win32/SseMath.h"
#else
#error unsupported platform
#endif