Changeset 9332 for code/branches/presentation2012merge
- Timestamp:
- Jul 22, 2012, 9:54:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/src/orxonox/worldentities/pawns/Pawn.h
r9277 r9332 144 144 virtual void addedWeaponPack(WeaponPack* wPack) {} 145 145 146 inline const WorldEntity* getWorldEntity() const147 { return const_cast<Pawn*>(this); }148 149 146 inline void setSpawnParticleSource(const std::string& source) 150 147 { this->spawnparticlesource_ = source; }
Note: See TracChangeset
for help on using the changeset viewer.