#ifndef __DTSTYPES_H #define __DTSTYPES_H #include #include #include #include #include #include "DTSPoint.h" #ifndef _WIN32 #define __cdecl #define strnicmp strncasecmp #define stricmp strcasecmp inline float min(float a, float b) { return ab ? a : b; } #endif //! The DTS namespace implements all the classes needed to load a DTS model //! and to create one from the Milkshape data. There are many basic classes //! here, such as Point or Quaternion. namespace DTS { } #endif