removed obsolete toon animation code (done by global animations now)
[rocksndiamonds.git] / src / libgame / toons.h
1 // ============================================================================
2 // Artsoft Retro-Game Library
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  http://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // toons.h
10 // ============================================================================
11
12 #ifndef TOONS_H
13 #define TOONS_H
14
15 #include "system.h"
16
17
18 /* values for toon animation */
19 #define ANIM_START      0
20 #define ANIM_CONTINUE   1
21 #define ANIM_STOP       2
22
23
24 int getAnimationFrame(int, int, int, int, int);
25
26 #endif  /* TOONS_H */