]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fixed file include stuff which was needed due to alphabetical compiling
authordrjaska <drjaska83@gmail.com>
Sun, 7 Mar 2021 03:46:38 +0000 (05:46 +0200)
committerdrjaska <drjaska83@gmail.com>
Sun, 7 Mar 2021 03:46:38 +0000 (05:46 +0200)
order.

qcsrc/common/gamemodes/gamemode/mayhem/mayhem.qh
qcsrc/common/gamemodes/gamemode/tmayhem/tmayhem.qh

index 6f9dd4a2fa27281220c107c10ff9d506c3220fa6..bf5568b84edbeff8402a97e00a908bb6773a43aa 100644 (file)
@@ -1,5 +1,7 @@
 #pragma once
 
+#include <common/gamemodes/gamemode/deathmatch/deathmatch.qh>
+#include <common/gamemodes/gamemode/tdm/tdm.qh>
 #include <common/mapinfo.qh>
 
 CLASS(mayhem, Gametype)
index 01a808df73ce2604b0670ab04589071cea40ad7d..290881c9c921d509adbaa83a5aa401d417489cf0 100644 (file)
@@ -1,6 +1,7 @@
 #pragma once
 
 #include <common/gamemodes/gamemode/deathmatch/deathmatch.qh>
+#include <common/gamemodes/gamemode/tdm/tdm.qh>
 #include <common/mapinfo.qh>
 
 CLASS(tmayhem, Gametype)