]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/minigames/minigame/pong.qc
Merge branch 'master' into TimePath/waypointsprites
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / minigames / minigame / pong.qc
index 7cb37de3c713c02643e9aee0c079788cea2b723c..6aca04cf95f4675f90e318b02af6c479080d0e9f 100644 (file)
@@ -470,7 +470,7 @@ int pong_server_event(entity minigame, string event, ...)
 
 #elif defined(CSQC)
 
-#include "waypointsprites.qh" // drawrotpic
+void drawrotpic(vector org, float rot, string pic, vector sz, vector hotspot, vector rgb, float a, float f);
 
 float pong_team_to_angle(int nteam)
 {
@@ -667,4 +667,4 @@ int pong_client_event(entity minigame, string event, ...)
 
        return false;
 }
-#endif
\ No newline at end of file
+#endif