AINameSpace.h File Reference
#include "AITypes.h"
#include "AIDataFilter.h"
#include "AIStringPool.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
| #define kAINameSpaceSuite "AI Name Space Suite" |
| #define kAINameSpaceSuiteVersion AIAPI_VERSION(4) |
| #define kAINameSpaceVersion kAINameSpaceSuiteVersion |
| #define kNSMaxNameLength (1024) |
| #define kNSMaxPathLength ((kNSMaxNameLength + 1) * 5) |
| #define kNSPathSeparator '/' |
Typedef Documentation
| typedef char NSName[kNSMaxNameLength+1] |
| typedef char NSPath[kNSMaxPathLength+1] |