- Timestamp:
- Jun 27, 2008, 8:07:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/objects/RotatingProjectile.h
r1505 r1629 2 2 #define _RotatingProjectile_H__ 3 3 4 #include " ../OrxonoxPrereqs.h"4 #include "OrxonoxPrereqs.h" 5 5 #include "util/Math.h" 6 #include " Projectile.h"6 #include "BillboardProjectile.h" 7 7 8 8 namespace orxonox 9 9 { 10 class _OrxonoxExport RotatingProjectile : public Projectile/*, public network::Synchronisable*/10 class _OrxonoxExport RotatingProjectile : public BillboardProjectile 11 11 { 12 12 public: … … 15 15 void setConfigValues(); 16 16 virtual void tick(float dt); 17 virtual bool create(){return Projectile::create();}17 virtual void changedVisibility(); 18 18 19 19 private:
Note: See TracChangeset
for help on using the changeset viewer.