diff options
Diffstat (limited to 'src/bossSamurshai.cpp')
-rw-r--r-- | src/bossSamurshai.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bossSamurshai.cpp b/src/bossSamurshai.cpp index 6e09561..e385a41 100644 --- a/src/bossSamurshai.cpp +++ b/src/bossSamurshai.cpp @@ -48,6 +48,8 @@ class daSamurshai : public daBoss { void updateModelMatrices(); bool calculateTileCollisions(); + void powBlockActivated(bool isMPGP); + void playerCollision(ActivePhysics *apThis, ActivePhysics *apOther); void yoshiCollision(ActivePhysics *apThis, ActivePhysics *apOther); @@ -201,6 +203,7 @@ daSamurshai *daSamurshai::build() { void daSamurshai::addScoreWhenHit(void *other) { } + void daSamurshai::powBlockActivated(bool isMPGP) { } bool daSamurshai::calculateTileCollisions() { // Returns true if sprite should turn, false if not. |