aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-05 03:03:00 +0530
committerEugene Sandulenko2019-09-03 17:17:11 +0200
commitad8f85759576ca81993f9f143feaf5df8c2e714e (patch)
tree31af4a3959815e2ffa18cf950947b97526ceb5e1 /engines/hdb/ai.h
parent0751cedb08e9c357bfa6f696fa749ebc303b7cfa (diff)
downloadscummvm-rg350-ad8f85759576ca81993f9f143feaf5df8c2e714e.tar.gz
scummvm-rg350-ad8f85759576ca81993f9f143feaf5df8c2e714e.tar.bz2
scummvm-rg350-ad8f85759576ca81993f9f143feaf5df8c2e714e.zip
HDB: Move Bots gfx into _gfx
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 05a5a2d903..38501803f9 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -774,27 +774,6 @@ struct CineBlit {
}
#define spawnBlocking(x, y, level) g_hdb->_ai->spawn(AI_NONE, DIR_NONE, x, y, NULL, NULL, NULL, DIR_NONE, level, 0, 0, 0)
-extern Picture *icepSnowballGfxDown; // ICEPUFF's snowball moving down
-extern Picture *icepSnowballGfxLeft; // ICEPUFF's snowball moving left
-extern Picture *icepSnowballGfxRight; // ICEPUFF's snowball moving right
-
-extern Tile *tileFroglickMiddleUD;
-extern Tile *tileFroglickWiggleUD[3];
-extern Tile *tileFroglickMiddleLR;
-extern Tile *tileFroglickWiggleLeft[3];
-extern Tile *tileFroglickWiggleRight[3];
-
-extern Picture *gfxDragonAsleep;
-extern Picture *gfxDragonFlap[2];
-extern Picture *gfxDragonBreathe[3];
-
-extern Tile *gfxLaserbeamUD[4];
-extern Tile *gfxLaserbeamUDTop[4];
-extern Tile *gfxLaserbeamUDBottom[4];
-extern Tile *gfxLaserbeamLR[4];
-extern Tile *gfxLaserbeamLRLeft[4];
-extern Tile *gfxLaserbeamLRRight[4];
-
class AI {
public:
AI();