From b2c4963f72bb8a5d7e30d602c1530d2cecefead4 Mon Sep 17 00:00:00 2001 From: kimmi Date: Fri, 15 Jul 2011 11:15:10 +0000 Subject: [PATCH] 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-9d2fd5bffc1f --- code/M3Importer.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/M3Importer.h b/code/M3Importer.h index 7b9441ec5..843decdc8 100644 --- a/code/M3Importer.h +++ b/code/M3Importer.h @@ -46,6 +46,10 @@ namespace Assimp { namespace M3 { +// ------------------------------------------------------------------------------------------------ +// The following data definitions are from http://code.google.com/p/libm3/, many thanks for that +// help. +// ------------------------------------------------------------------------------------------------ typedef unsigned char uint8; typedef char int8; typedef unsigned short uint16;