]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util-pre.qh
Whoops, forgot to update those gentle strings with new args. fixes #1597
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util-pre.qh
index e7d67392ae01c4e6eeb53b569540694b36fa4e9c..1c2c1cc9f266fdb2fdc16ab627e95fd46ca9be18 100644 (file)
@@ -1,8 +1,23 @@
+#ifdef FTEQCC
 #pragma flag enable subscope
 #pragma flag enable lo
+#endif
 
-//float log(float x);
-#define log log_builtin \
-       #undef log \
-       /* turn the next use of "log" into a declaration of log_builtin */
+// FTEQCC can do this
+#define HAVE_YO_DAWG_CPP
 
+#ifndef NOCOMPAT
+//# define WORKAROUND_XON010
+//# define COMPAT_XON010_CHANNELS
+//# define COMPAT_XON050_ENGINE
+# define COMPAT_NO_MOD_IS_XONOTIC
+# define COMPAT_XON060_DONTCRASH_CHECKPVS
+#endif
+
+#ifdef FTEQCC
+#ifdef WATERMARK
+string FTEQCC_SUCKS_WATERMARKS_THROUGH_C60_FULLERENES = WATERMARK();
+#undef WATERMARK
+#define WATERMARK FTEQCC_SUCKS_WATERMARKS_THROUGH_C60_FULLERENES
+#endif
+#endif