From: Lyberta Date: Wed, 6 Sep 2017 13:11:21 +0000 (+0300) Subject: Partially fixed compilation units. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ce90926a4cfe2a5d5e83d2df232d80f7aa69077c;p=xonotic%2Fxonotic-data.pk3dir.git Partially fixed compilation units. --- diff --git a/qcsrc/server/playertemplates.qc b/qcsrc/server/playertemplates.qc index 84fe38a9e0..19b14647a5 100644 --- a/qcsrc/server/playertemplates.qc +++ b/qcsrc/server/playertemplates.qc @@ -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)