]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/lib/nil.qh
Disallow enabling r_water via mapinfo, automatically enable it on maps with warpzones...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / nil.qh
1 #pragma once
2
3 #ifdef QCC_SUPPORT_NIL
4         #define func_null nil
5         #define string_null nil
6 #else
7 // the NULL function
8         var void func_null();
9         string string_null;
10 #endif