X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=51d783b77ffac3508c2755e187d885be7176412e;hb=1856b32b9d7b3c80596362cf7a3dd8e032cd83fc;hp=20989e68f2316a6291467dca5ca2b59a09aa75f4;hpb=a3ac352389ad4a27a69cf0413eaabccc9eeedd9e;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 20989e68..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; @@ -2058,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);