* msvc compile fix

This commit is contained in:
Matt Ebb
2008-12-15 05:49:56 +00:00
parent 5f55aa43d0
commit 7124d321d8

View File

@@ -43,6 +43,10 @@
#include "renderdatabase.h"
#include "texture.h"
#if defined( _MSC_VER ) && !defined( __cplusplus )
# define inline __inline
#endif // defined( _MSC_VER ) && !defined( __cplusplus )
/*---------------------------Utils----------------------------------------*/
static inline int _I(int x,int y,int z,int n)
{