added drawing network players (graphics and names) to main menu screen
[rocksndiamonds.git] / src / main.h
index b71bb3cef6ad46165484a3fff54cd67ed82556c3..1ee2037ae68101f7d156027795f719f5c7d448e0 100644 (file)
 #define FONT_GAME_INFO                 39
 #define FONT_INFO_ELEMENTS             40
 #define FONT_INFO_LEVELSET             41
+#define FONT_MAIN_NETWORK_PLAYERS      42
 
-#define NUM_FONTS                      42
+#define NUM_FONTS                      43
 #define NUM_INITIAL_FONTS              4
 
 /* values for toon animation configuration */
@@ -2684,6 +2685,8 @@ struct MenuMainInfo
   struct MenuMainButtonInfo button;
   struct MenuMainTextInfo text;
   struct MenuMainInputInfo input;
+
+  struct TextPosInfo network_players;
 };
 
 struct TitleFadingInfo