]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Move use1 definition to util (should fix compilation test unit)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 7bc8675335958fef698d3c06692b63a0eb7edb86..36bd8b59db7232dcede00557a1e98fb985071741 100644 (file)
@@ -2,6 +2,8 @@
 #define COMMON_UTIL_H
 
 #ifndef MENUQC
+.void(entity this, entity actor, entity trigger) use1;
+
 vector real_origin(entity ent);
 #endif