]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/rpn.qh
Clean up CSQC #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / rpn.qh
index e811a78bb3c78fe3f4dc3426e793e6ef5623555b..073223f89404afb664481eb65b793bd34ada4f26 100644 (file)
@@ -11,4 +11,7 @@ int rpn_db;
 int rpn_error;
 int rpn_sp;
 string rpn_stack[MAX_RPN_STACK];
+
+void GenericCommand_rpn(float request, float argc, string command);
+
 #endif
\ No newline at end of file