]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/rpn.qh
Fix restartnotifs command
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / rpn.qh
1 // =========================================================
2 //  Declarations for RPN command code, written by divVerent
3 //  Last updated: December 28th, 2011
4 // =========================================================
5
6 #define MAX_RPN_STACK 16
7 float rpn_db;
8 float rpn_error;
9 float rpn_sp;
10 string rpn_stack[MAX_RPN_STACK];