rnd-20041124-1-src
[rocksndiamonds.git] / src / tools.h
index 373ded53c17a35adf91b613b57e708204972c874..18c196f11fd8b060984f0c381e728fee10bad7a9 100644 (file)
@@ -85,6 +85,7 @@ void DrawAllPlayers(void);
 void DrawPlayerField(int, int);
 void DrawPlayer(struct PlayerInfo *);
 
+void getGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean);
 void getGraphicSource(int, int, Bitmap **, int *, int *);
 void DrawGraphic(int, int, int, int);
 void DrawGraphicExt(DrawBuffer *, int, int, int, int);
@@ -137,6 +138,9 @@ void UndrawSpecialEditorDoor();
 void CreateToolButtons();
 void FreeToolButtons();
 
+int map_element_RND_to_EM(int);
+int map_element_EM_to_RND(int);
+
 int get_next_element(int);
 int el_act_dir2img(int, int, int);
 int el_act2img(int, int);
@@ -146,4 +150,7 @@ int el2img(int);
 int el2edimg(int);
 int el2preimg(int);
 
+unsigned int InitRND(long);
+void InitGraphicInfo_EM(void);
+
 #endif /* TOOLS_H */