X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.h;h=5f116c900ed4f86a90cfa841413393d4c31526d7;hb=96c47c30116d9306216622ae7f5e8f4583cc3dbc;hp=d6679de56b0932058a9c3645d95501227cd5331c;hpb=f11f733c9a676d117a70ce117b4ecc3cfdb16be9;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.h b/src/game_mm/mm_tools.h index d6679de5..5f116c90 100644 --- a/src/game_mm/mm_tools.h +++ b/src/game_mm/mm_tools.h @@ -50,7 +50,8 @@ void SetDrawtoField_MM(int); -void BackToFront(void); +void BackToFront_MM(void); + void FadeToFront(void); void ClearWindow(void); @@ -97,7 +98,6 @@ unsigned int MoveDoor(unsigned int); void DrawSpecialEditorDoor_MM(void); void UndrawSpecialEditorDoor(void); Pixel ReadPixel(DrawBuffer *, int, int); -void SetRGB(unsigned int, unsigned short, unsigned short, unsigned short); void CreateToolButtons(void); @@ -106,6 +106,10 @@ int get_element_phase(int); int get_num_elements(int); int get_rotated_element(int, int); +int map_wall_from_base_element(int); +int map_wall_to_base_element(int); + int el2gfx(int); +int el_act2gfx(int, int); #endif