22 #ifndef ACCESS_NOCTROPOLIS_PLAYER_H 23 #define ACCESS_NOCTROPOLIS_PLAYER_H 25 #include "common/scummsys.h" 26 #include "access/player.h" 30 namespace Noctropolis {
32 class NoctropolisEngine;
37 Direction _lastDirection;
41 void updatePlayerDirection();
43 void calcManScale()
override;
52 void loadAnimation(
int fileNum,
int subFile);
55 void updateTimers()
override;
59 void setDirFromScript(byte newDir)
override;
Definition: serializer.h:80
void synchronize(Common::Serializer &s) override
Definition: noctropolis_player.h:34
Definition: noctropolis_game.h:46
Definition: animation.h:38