X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fexport.h;fp=src%2Fgame_em%2Fexport.h;h=b769d9dc10fba0cf64c3d5cc0b7fada874369aa7;hp=a79a14866f545c3880544dd011375a087e27147f;hb=58ea80c54f5a1e6605e2c33b554dff1fcc0c26b5;hpb=521b24b64a16fcd3f92b08939f9b2a1a4ddda5af diff --git a/src/game_em/export.h b/src/game_em/export.h index a79a1486..b769d9dc 100644 --- a/src/game_em/export.h +++ b/src/game_em/export.h @@ -121,4 +121,7 @@ void SaveEngineSnapshotValues_EM(void); boolean checkIfAllPlayersFitToScreen(void); +int map_em_element_C_to_X(int); +int map_em_element_X_to_C(int); + #endif // EXPORT_H