]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/util-pre.qh
enable logicops in a better place (so it works for command line fteqcc call too)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util-pre.qh
1 #pragma flag enable lo
2
3 //float log(float x);
4 #define log log_builtin \
5         #undef log \
6         /* turn the next use of "log" into a declaration of log_builtin */
7