X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=29e2632863ce2b23cbaa4ace2134b8d79afe4628;hb=d7bb50dd6727a25908eaecca817b361d9b09158e;hp=1ec4c65dad57d8f4ff553a89d53aafd7804d6e48;hpb=f941ccddee3065d7531298e37ad4dcfcd892c1f8;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 1ec4c65d..29e26328 100644 --- a/src/tools.h +++ b/src/tools.h @@ -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