]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
patch from Rudolf Polzer implementing bsp46 support and adding -game
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index 7c90baad52b80501b0df2daa8f4fa1021776f6fa..1bf102fe785da31dd8d9d0e18934c5493bd82a77 100644 (file)
@@ -1833,6 +1833,10 @@ Q_EXTERN game_t                          games[]
                                                        {
                                                                #include "game_quake3.h"
                                                                ,
+                                                               #include "game_quakelive.h"/* most be after game_quake3.h as they share defines! */
+                                                               ,
+                                                               #include "game_nexuiz.h"/* most 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_tenebrae.h"