]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Doxygen: improve
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 245719b32101e4ad4c0c3d7433ca4ffb0999bfa6..3b8a2480d8fbf6936c9b3802b751adf262d70003 100644 (file)
@@ -1,7 +1,7 @@
 #pragma once
 
-#include "../common/weapons/all.qh"
-#include "../common/stats.qh"
+#include <common/weapons/all.qh>
+#include <common/stats.qh>
 
 #define INDEPENDENT_ATTACK_FINISHED 1
 
@@ -416,7 +416,7 @@ const float ACTIVE_TOGGLE   = 3;
 
 void PlayerUseKey();
 
-typedef vector(entity player, entity spot, vector current) spawn_evalfunc_t;
+USING(spawn_evalfunc_t, vector(entity player, entity spot, vector current));
 .spawn_evalfunc_t spawn_evalfunc;
 
 string modname;