]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
q3map2/games: add openarena, q3rally and worldofpadman
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index eac4ec38cc32ec60ddaec94a39b01048f167f3d0..5523e69149585133b2c1cdafbd1ce6fff0c41bdb 100644 (file)
@@ -1976,6 +1976,12 @@ Q_EXTERN game_t games[]
        =
        {
                                                                #include "game_quake3.h"
+       ,
+                                                               #include "game_oa.h"  /* must be after game_quake3.h as they share defines! */
+       ,
+                                                               #include "game_q3rally.h"  /* must be after game_quake3.h as they share defines! */
+       ,
+                                                               #include "game_wop.h"  /* must be after game_quake3.h as they share defines! */
        ,
                                                                #include "game_quakelive.h" /* must be after game_quake3.h as they share defines! */
        ,
@@ -1983,7 +1989,7 @@ Q_EXTERN game_t games[]
        ,
                                                                #include "game_xonotic.h" /* must be after game_quake3.h as they share defines! */
        ,
-                                                               #include "game_tremulous.h" /*LinuxManMikeC: must be after game_quake3.h, depends on #define's set in it */
+                                                               #include "game_tremulous.h" /* LinuxManMikeC: must be after game_quake3.h, depends on #define's set in it */
        ,
                                                                #include "game_unvanquished.h" /* must be after game_tremulous.h as they share defines! */
        ,