X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=12fc6180a1f08e04db5f4df8ea46c6b4c08b996c;hb=606cd54963445b5e07344253d1f6cddb72bc5ad8;hp=87951ff894ba0e689101e7eb847879908a95c8e4;hpb=4b615d6ea3ee6794ea9368c782393c66ef55c170;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 87951ff89..12fc6180a 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -17,12 +17,6 @@ entity gametype; float FONT_USER = 8; -vector OFFSET_CURSOR = '0 0 0'; -vector SIZE_CURSOR = '32 32 0'; -void draw_cursor(vector pos, vector ofs, string img, vector col, float a); -void draw_cursor_normal(vector pos, vector col, float a); -void LoadMenuSkinValues(); - void PostInit(); void Ent_Remove(entity this); @@ -95,10 +89,6 @@ float chase_active_backup; float camera_roll; vector camera_direction; -void centerprint_hud(string strMessage); -void centerprint_kill(float id); -void centerprint_generic(float new_id, string strMessage, float duration, float countdown_num); - const float ALPHA_MIN_VISIBLE = 0.003; float armorblockpercent;