Browse Source

- 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
ulfjorensen 17 years ago
parent
commit
10dbe4e6a3
1 changed files with 0 additions and 23 deletions
  1. 0 23
      include/aiDefs.h

+ 0 - 23
include/aiDefs.h

@@ -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