Update : Add a hint for the source of the m3-data definition.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1041 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/2/head
parent
cd963608c6
commit
b2c4963f72
|
@ -46,6 +46,10 @@ namespace Assimp {
|
||||||
|
|
||||||
namespace M3 {
|
namespace M3 {
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------
|
||||||
|
// The following data definitions are from http://code.google.com/p/libm3/, many thanks for that
|
||||||
|
// help.
|
||||||
|
// ------------------------------------------------------------------------------------------------
|
||||||
typedef unsigned char uint8;
|
typedef unsigned char uint8;
|
||||||
typedef char int8;
|
typedef char int8;
|
||||||
typedef unsigned short uint16;
|
typedef unsigned short uint16;
|
||||||
|
|
Loading…
Reference in New Issue