X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=51d783b77ffac3508c2755e187d885be7176412e;hb=d30944f339893e4c4c6bc3280b8dc84226aa55f9;hp=9cfab1706555053b244913f67fe909fb53890539;hpb=929b071507a0fc9dfd5b667ca563137f65062dd7;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 9cfab170..51d783b7 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1063,6 +1063,8 @@ struct OptionInfo char *identifier; char *level_nr; + char *drop_file; + int display_nr; boolean mytapes; @@ -1339,8 +1341,8 @@ struct SetupLevelSetupInfo struct SetupEditorCascadeInfo { boolean el_bd; - boolean el_bd_native; - boolean el_bd_effects; + boolean el_bdx; + boolean el_bdx_effects; boolean el_em; boolean el_emc; boolean el_rnd; @@ -1497,6 +1499,7 @@ struct SetupInfo boolean team_mode; boolean handicap; boolean skip_levels; + boolean allow_skipping_levels; boolean increment_levels; boolean auto_play_next_level; boolean count_score_after_game; @@ -2057,6 +2060,7 @@ KeyMod GetKeyModStateFromEvents(void); void StartTextInput(int, int, int, int); void StopTextInput(void); void PushUserEvent(int, int, int); +void PushDropEvent(char *); boolean PendingEscapeKeyEvent(void); void InitJoysticks(void);