Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
rpn.qh
Go to the documentation of this file.
1#pragma once
2
3// =========================================================
4// Declarations for RPN command code, written by divVerent
5// Last updated: December 28th, 2011
6// =========================================================
7
8const int MAX_RPN_STACK = 16;
13
14void GenericCommand_rpn(int request, int argc, string command);
int rpn_sp
Definition rpn.qh:11
void GenericCommand_rpn(int request, int argc, string command)
Definition rpn.qc:63
int rpn_error
Definition rpn.qh:10
int rpn_db
Definition rpn.qh:9
string rpn_stack[MAX_RPN_STACK]
Definition rpn.qh:12
const int MAX_RPN_STACK
Definition rpn.qh:8