- Timestamp:
- Sep 24, 2015, 1:23:47 PM (9 years ago)
- Location:
- code/branches/towerdefenseFabien/src/modules/weapons/projectiles
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/towerdefenseFabien/src/modules/weapons/projectiles/BillboardProjectile.cc
r9667 r10592 88 88 /** 89 89 @brief 90 Get the material of the BillboardProjectile. 91 @return 92 The material name. 93 */ 94 const std::string& BillboardProjectile::getMaterial() 95 { 96 return this->billboard_.getMaterial(); 97 } 98 99 /** 100 @brief 90 101 Is called when the visibility of the BillboardProjectile has changed. 91 102 */ -
code/branches/towerdefenseFabien/src/modules/weapons/projectiles/BillboardProjectile.h
r9667 r10592 60 60 virtual void setColour(const ColourValue& colour); 61 61 virtual void setMaterial(const std::string& material); 62 virtual const std::string& getMaterial(); 62 63 virtual void changedVisibility(); 63 64 -
code/branches/towerdefenseFabien/src/modules/weapons/projectiles/CMakeLists.txt
r8855 r10592 5 5 Projectile.cc 6 6 LightningGunProjectile.cc 7 SplitGunProjectile.cc 7 8 Rocket.cc 8 9 SimpleRocket.cc 10 SplitGunProjectile.cc 9 11 )
Note: See TracChangeset
for help on using the changeset viewer.