Roguelike
 All Classes Namespaces Functions Variables Typedefs Friends Pages
animation_defs.h
1 
22 #ifndef __ANIMATION_DEF__H
23 #define __ANIMATION_DEF__H
24 
25 #include <animation.h>
26 #include <actor.h>
27 #include <frame.h>
28 #include <bresenham.h>
29 
33 Animation construct_explosion(int x, int y, int chunk_x, int chunk_y, int size, Uint32 color);
34 
35 #endif
Definition: animation.h:33