]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/rpn.qh
Merge branch 'master' into terencehill/itemstime
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / rpn.qh
index 5ae0b842b1a17a2c40c89b5a0ae9fcd96d16e548..91b1dd9b9313e8873a3efc25885fddc4c49ba203 100644 (file)
@@ -1,5 +1,10 @@
+// =========================================================
+//  Declarations for RPN command code, written by divVerent
+//  Last updated: December 28th, 2011
+// =========================================================
+
 #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
+string rpn_stack[MAX_RPN_STACK];