]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/splines/math_matrix.h
Centralise compile checks
[xonotic/netradiant.git] / libs / splines / math_matrix.h
index 306b9bc981d46f7ac24c16fcc063ecbfb4cae40d..b4427dcde922c6159953971174c4b2b595140c6c 100644 (file)
 #include <string.h>
 #include "math_vector.h"
 
-#ifndef ID_INLINE
-#ifdef _WIN32
-#define ID_INLINE __inline
-#else
-#define ID_INLINE inline
-#endif
-#endif
-
 class quat_t;
 class angles_t;