This commit is contained in:
parent
c050e9fb83
commit
8538d72b10
9 changed files with 187 additions and 29 deletions
|
@ -64,6 +64,7 @@ private:
|
|||
protected:
|
||||
DVECTOR getScreenOffset();
|
||||
bool processTargetSeek( int _frames, DVECTOR targetPos );
|
||||
void collidedWith( CThing *_thisThing );
|
||||
|
||||
class SpriteBank *m_spriteBank;
|
||||
DVECTOR m_initPos;
|
||||
|
@ -111,6 +112,7 @@ private:
|
|||
|
||||
protected:
|
||||
DVECTOR getScreenOffset();
|
||||
void collidedWith( CThing *_thisThing );
|
||||
|
||||
class SpriteBank *m_spriteBank;
|
||||
DVECTOR m_initPos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue