]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
URS: Better header inclusion.
authorLyberta <lyberta@lyberta.net>
Wed, 6 Sep 2017 15:16:10 +0000 (18:16 +0300)
committerLyberta <lyberta@lyberta.net>
Wed, 6 Sep 2017 15:16:10 +0000 (18:16 +0300)
qcsrc/server/resources.qh

index dd9dfc232a46f0ac7d0421d869967fde82b07325..6ff3cea67917973eab045526b76d0c6d97b05890 100644 (file)
@@ -5,6 +5,8 @@
 /// \author Lyberta
 /// \copyright GNU GPLv2 or any later version.
 
+#include <common/resources.qh>
+
 /// \brief Unconditional maximum amount of resources the entity can have.
 const int RESOURCE_AMOUNT_HARD_LIMIT = 999;