X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fcommand%2Frpn.qh;h=75f5ba65d88ce2f06682fdce971dbd4671cda72d;hb=1a950cafd2e70dfc1bdb1cc623d169e712d86568;hp=a28f2946a904250f5c46dac92d609bb9194f8fce;hpb=e921ae9f86a09d0a20cd4c72b44e6d71d25975ea;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/command/rpn.qh b/qcsrc/common/command/rpn.qh index a28f2946a..75f5ba65d 100644 --- a/qcsrc/common/command/rpn.qh +++ b/qcsrc/common/command/rpn.qh @@ -1,5 +1,4 @@ -#ifndef RPN_H -#define RPN_H +#pragma once // ========================================================= // Declarations for RPN command code, written by divVerent @@ -12,6 +11,4 @@ int rpn_error; int rpn_sp; string rpn_stack[MAX_RPN_STACK]; -void GenericCommand_rpn(float request, float argc, string command); - -#endif +void GenericCommand_rpn(int request, int argc, string command);