moved game controller base mappings file to new 'conf' sub-directory
[rocksndiamonds.git] / src / anim.h
1 // ============================================================================
2 // Rocks'n'Diamonds - McDuffin Strikes Back!
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  http://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // anim.h
10 // ============================================================================
11
12 #ifndef ANIM_H
13 #define ANIM_H
14
15
16 int getAnimationFrame(int, int, int, int, int);
17
18 void InitGlobalAnimations(void);
19 void DrawGlobalAnimations(int, int);
20
21 boolean HandleGlobalAnimClicks(int, int, int);
22
23 #endif