Files
kraken/KREngine/3rdparty/pvrtexlib/include/PVRTextureVersion.h
Kearwood Gilbert 63a3fa2d9e Organized directory structure for 3rd party source and libraries.
Added pvrtexlib library and headers
Added Recast

--HG--
branch : nfb
2014-01-04 20:19:06 -08:00

8 lines
224 B
C

#ifndef PVRTEXLIBVERSION_H
#define PVRTEXLIBVERSION_H
#define PVRTLMAJORVERSION 4
#define PVRTLMINORVERSION 6
#define PVRTLSTRINGVERSION "4.6"
#define PVRTLVERSIONDESCRIPTOR "" //"BETA" //"ALPHA" //"ENGINEERING DROP"
#endif