]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/mediasource/fteqcc-src/progtype.h
Rename mediasource to source
[voretournament/voretournament.git] / misc / mediasource / fteqcc-src / progtype.h
diff --git a/misc/mediasource/fteqcc-src/progtype.h b/misc/mediasource/fteqcc-src/progtype.h
deleted file mode 100644 (file)
index ab12015..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#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 */
-