]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/mediasource/extra/fteqcc-src/progtype.h
fteqcc source
[voretournament/voretournament.git] / misc / mediasource / extra / fteqcc-src / progtype.h
diff --git a/misc/mediasource/extra/fteqcc-src/progtype.h b/misc/mediasource/extra/fteqcc-src/progtype.h
new file mode 100644 (file)
index 0000000..ab12015
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef QCLIB_PROGTYPE_H
+#define QCLIB_PROGTYPE_H
+
+#ifndef DLL_PROG
+
+#else
+typedef float vec_t;
+typedef vec_t vec3_t[3];
+#endif
+
+#ifndef t_bool
+#define t_bool
+typedef int pbool;
+
+#else
+#define t_bool
+#endif
+typedef int progsnum_t;
+typedef int func_t;
+typedef int string_t;
+
+#endif /* QCLIB_PROGTYPE_H */
+