Organized directory structure for 3rd party source and libraries.

Added pvrtexlib library and headers
Added Recast

--HG--
branch : nfb
This commit is contained in:
2014-01-04 20:19:06 -08:00
parent 656a9cadb6
commit 63a3fa2d9e
33 changed files with 12809 additions and 52 deletions

View File

@@ -0,0 +1,7 @@
#ifndef PVRTEXLIBVERSION_H
#define PVRTEXLIBVERSION_H
#define PVRTLMAJORVERSION 4
#define PVRTLMINORVERSION 6
#define PVRTLSTRINGVERSION "4.6"
#define PVRTLVERSIONDESCRIPTOR "" //"BETA" //"ALPHA" //"ENGINEERING DROP"
#endif