22 #include "common/scummsys.h" 26 const int heroSetBack[7] = { 0, 0, 10, 0, 6, 0, 0 };
28 typedef const char *HeroSetAnimNames[26];
30 static HeroSetAnimNames heroSet5 = {
59 static HeroSetAnimNames heroSet1 = {
88 static HeroSetAnimNames heroSet2 = {
117 static HeroSetAnimNames heroSet3 = {
146 static HeroSetAnimNames shanSet1 = {
175 static HeroSetAnimNames shanSet2 = {
204 static HeroSetAnimNames arivSet1 = {
233 const HeroSetAnimNames *heroSetTable[7] = {
Definition: animation.h:30