diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 9d126a9..0058319 100755 --- a/include/game.h +++ b/include/game.h @@ -3948,6 +3948,7 @@ class StageE4 { void killAllEnemiesAtLevelEnd(int type);
// 0=normal, 1=?, 2=kill indiscriminately, for ambush levels
// just use 0.
+ void spawnCoinJump(const VEC3 &pos, int direction, int coinCount, int layer);
};
// Some ugly code
|