]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/rpn.qh
whoops, forgot to commit rpn files :P
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / rpn.qh
diff --git a/qcsrc/common/command/rpn.qh b/qcsrc/common/command/rpn.qh
new file mode 100644 (file)
index 0000000..5ae0b84
--- /dev/null
@@ -0,0 +1,5 @@
+#define MAX_RPN_STACK 16
+float rpn_db;
+float rpn_error;
+float rpn_sp;
+string rpn_stack[MAX_RPN_STACK];
\ No newline at end of file