added user structure for upcoming multiple user support
[rocksndiamonds.git] / src / libgame / system.c
index 156e8a1ba493e4cf326798b56cae5a6acacca98e..a7a12792b3668d0bfd41397679835774d89be2b6 100644 (file)
@@ -40,6 +40,7 @@ struct OverlayInfo    overlay;
 struct ArtworkInfo     artwork;
 struct JoystickInfo    joystick;
 struct SetupInfo       setup;
+struct UserInfo                user;
 
 LevelDirTree          *leveldir_first_all = NULL;
 LevelDirTree          *leveldir_first = NULL;