- Dammit. Forgot to commit the deleted file as announced

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@22 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
ulfjorensen 2008-05-20 17:39:14 +00:00
parent f904be65b1
commit 10dbe4e6a3
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
/** @file Helper macros for the library
*/
#ifndef AI_DEF_H_INC
#define AI_DEF_H_INC
/** Namespace helper macros for c++ compilers
*/
#ifdef __cplusplus
#define AI_NAMESPACE_START namespace Assimp {
#define AI_NAMESPACE_END };
#else
#define AI_NAMESPACE_START
#define AI_NAMESPACE_END
#endif
#ifdef _DEBUG
# define ASSIMP_DEBUG
#endif
#endif //!!AI_DEF_H_INC