X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.h;h=58b2beb05dafd0e6ea3c5f9da6b4555d15282ba3;hb=4de7503bef2712180fe8c86a89a0a7c281a5fe96;hp=d6679de56b0932058a9c3645d95501227cd5331c;hpb=10f312b2236afd0bd063d1dab380064d8431a850;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.h b/src/game_mm/mm_tools.h index d6679de5..58b2beb0 100644 --- a/src/game_mm/mm_tools.h +++ b/src/game_mm/mm_tools.h @@ -107,5 +107,6 @@ int get_num_elements(int); int get_rotated_element(int, int); int el2gfx(int); +int el_act2gfx(int, int); #endif