- Timestamp:
- Apr 11, 2014, 12:07:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/src/modules/jump/JumpPlatform.h
r10022 r10032 45 45 public: 46 46 JumpPlatform(Context* context); 47 47 virtual void tick(float dt); 48 48 49 49 private: 50 50 Model* model; 51 MovableEntity* movableEntity;52 53 51 }; 54 52 }
Note: See TracChangeset
for help on using the changeset viewer.