- Timestamp:
- Nov 21, 2017, 1:07:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AsteroidMining_HS17/src/modules/asteroidmining/AsteroidMinable.h
r11581 r11586 50 50 51 51 public: 52 AsteroidMinable(Context* context); 52 AsteroidMinable(Context* context);// This constructor is for XML access only! 53 AsteroidMinable(Context* c, float size, Vector3 position);// Call this Constructor from other C-files. 54 53 55 virtual ~AsteroidMinable(); 54 56 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); … … 64 66 virtual void setSize(float f); 65 67 virtual float getSize(); 68 69 virtual void toggleShattering(bool b); 66 70 67 71
Note: See TracChangeset
for help on using the changeset viewer.