X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.h;h=8857d7ba3ec861eefbf8d34ef5a450351ac56366;hb=3a606b24c2e6459e8522f060d37f8f4b9434c4b8;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..8857d7ba 100644 --- a/src/game_mm/mm_tools.h +++ b/src/game_mm/mm_tools.h @@ -106,6 +106,9 @@ int get_element_phase(int); int get_num_elements(int); int get_rotated_element(int, int); +int unmap_element(int); + int el2gfx(int); +int el_act2gfx(int, int); #endif