X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=730c8a7fd1e3c245bc8283aac4886b271358ac6d;hb=7efb5fe320faf4801e52a6b36e91dc9b3a6f73f4;hp=216ca6a68d3a048546a99368c2fcf99b0fdb4e28;hpb=ca78975abfe7b2517a7c090a06abfdad065475b7;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 216ca6a6..730c8a7f 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -994,6 +994,10 @@ struct SetupEditorInfo boolean el_supaplex; boolean el_diamond_caves; boolean el_dx_boulderdash; + + boolean el_mirror_magic; + boolean el_deflektor; + boolean el_chars; boolean el_steel_chars; @@ -1022,6 +1026,8 @@ struct SetupEditorCascadeInfo boolean el_sp; boolean el_dc; boolean el_dx; + boolean el_mm; + boolean el_df; boolean el_chars; boolean el_steel_chars; boolean el_ce; @@ -1505,6 +1511,7 @@ void FillRectangle(Bitmap *, int, int, int, int, Pixel); void ClearRectangle(Bitmap *, int, int, int, int); void ClearRectangleOnBackground(Bitmap *, int, int, int, int); void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); +boolean DrawingDeactivatedField(void); boolean DrawingDeactivated(int, int, int, int); boolean DrawingOnBackground(int, int); boolean DrawingAreaChanged(); @@ -1544,7 +1551,7 @@ void CloseAudio(void); void SetAudioMode(boolean); boolean PendingEvent(void); -void NextEvent(Event *event); +void WaitEvent(Event *event); void PeekEvent(Event *event); void CheckQuitEvent(void); Key GetEventKey(KeyEvent *, boolean);