X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqc_builtins.qc;h=0fabb0d0c70b5eb86d9edca2d752efd2e466ee3e;hb=d1b54c8db8cb42459aa0b2b8bf58b461e861c00f;hp=15e62170bab859eca1b47c9bfa99797e959b006c;hpb=63720f610fa262c3510804469af37ff024d444d4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqc_builtins.qc b/qcsrc/client/csqc_builtins.qc index 15e62170b..0fabb0d0c 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;