- 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-9d2fd5bffc1fpull/1/head
parent
f904be65b1
commit
10dbe4e6a3
|
@ -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
|
|
Loading…
Reference in New Issue