foo
[dosdemo] / libs / cgmath / cgmath.h
index e660437..8e6871d 100644 (file)
 #include <math.h>
 #include <string.h>
 
 #include <math.h>
 #include <string.h>
 
+#ifdef __WATCOMC__
+#define inline __inline
+#endif
+
 typedef struct {
        float x, y, z;
 } cgm_vec3;
 typedef struct {
        float x, y, z;
 } cgm_vec3;