X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqc_builtins.qc;h=0fabb0d0c70b5eb86d9edca2d752efd2e466ee3e;hp=15e62170bab859eca1b47c9bfa99797e959b006c;hb=7e0864d035fea38e3127a0728909641536c1a99d;hpb=88323e586852adfa78a5761f71ac88f5ae0bfce6 diff --git a/qcsrc/client/csqc_builtins.qc b/qcsrc/client/csqc_builtins.qc index 15e62170ba..0fabb0d0c7 100644 --- a/qcsrc/client/csqc_builtins.qc +++ b/qcsrc/client/csqc_builtins.qc @@ -125,6 +125,7 @@ void (entity e) runstandardplayerphysics = #347; string (float playernum, string key) getplayerkeyvalue = #348; void (string cmdname) registercmd = #352; +void(float usecursor) setcursormode = #343; vector () getmousepos = #344; string (string s) uncolorstring = #170;