1 // ----------------------------------------------------------------------------
3 // ----------------------------------------------------------------------------
11 void DrawFrameIfNeeded(void);
13 void DisplayLevel(void);
14 void DrawField(int X, int Y);
15 void DrawFieldAnimated(int X, int Y);
16 void DrawFieldNoAnimated(int X, int Y);
17 void DrawSprite(int X, int Y, int SpritePos);
18 void DrawImage(int X, int Y, int graphic);
20 void SetDisplayRegion(void);
21 void SetScrollEdges(void);
23 void menPlay_Click(void);