]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/miscfunctions.qh
Merge master into qc_physics_prehax (blame TimePath if it's completely broken)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / miscfunctions.qh
index 9b97b88c21f338ec228627787324e153137a49c5..0c2be7fc54afa6dbab8782acb592f2af11125ace 100644 (file)
@@ -14,15 +14,6 @@ const int INITPRIO_SETLOCATION                       = 90;
 const int INITPRIO_LINKDOORS                   = 91;
 const int INITPRIO_LAST                                = 99;
 
-.void(void) initialize_entity;
-.int initialize_entity_order;
-.entity initialize_entity_next;
-entity initialize_entity_first;
-
-void InitializeEntity(entity e, void(void) func, int order);
-
-void InitializeEntitiesRun();
-
 void AuditLists();
 
 float RegisterPlayer(entity player);
@@ -64,10 +55,6 @@ void drawborderlines(float thickness, vector pos, vector dim, vector color, floa
 
 void drawpic_tiled(vector pos, string pic, vector sz, vector area, vector color, float theAlpha, float drawflag);
 
-void defer(float fdelay, void() func);
-
-void defer_clear(entity ent);
-
 // drawpic wrapper to draw an image as large as possible with preserved aspect ratio into a box
 float _drawpic_imgaspect;
 vector _drawpic_imgsize;