]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Partially fixed compilation units.
authorLyberta <lyberta@lyberta.net>
Wed, 6 Sep 2017 13:11:21 +0000 (16:11 +0300)
committerLyberta <lyberta@lyberta.net>
Wed, 6 Sep 2017 13:11:21 +0000 (16:11 +0300)
qcsrc/server/playertemplates.qc

index 84fe38a9e0f21b73940c614cd0cc650a9fcefc75..19b14647a5bb0460c6cdfaf2b2197fceb8d65d27 100644 (file)
@@ -4,6 +4,10 @@
 /// \author Lyberta
 /// \copyright GNU GPLv3 or any later version.
 
+#include "autocvars.qh"
+#include "resources.qh"
+#include "mutators/events.qh"
+
 const string playertemplate_cvar_prefix = "g_player_template_";
 
 string PlayerTemplate_GetFullCvarName(string template, string variable)