rnd-19990125-1
[rocksndiamonds.git] / src / tools.h
index 1ec4c65dad57d8f4ff553a89d53aafd7804d6e48..29e2632863ce2b23cbaa4ace2134b8d79afe4628 100644 (file)
@@ -105,6 +105,9 @@ unsigned int CloseDoor(unsigned int);
 unsigned int GetDoorState(void);
 unsigned int MoveDoor(unsigned int);
 int ReadPixel(Drawable, int, int);
+
+void CreateToolButtons();
+
 int el2gfx(int);
 
 #endif