]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/rpn.qh
whoops, forgot to commit rpn files :P
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / rpn.qh
1 #define MAX_RPN_STACK 16
2 float rpn_db;
3 float rpn_error;
4 float rpn_sp;
5 string rpn_stack[MAX_RPN_STACK];