Changeset 8973 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jul 1, 2006, 11:37:42 AM (18 years ago)
- Location:
- trunk/src/world_entities/elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/elements/glgui_energywidget.cc
r8972 r8973 27 27 { 28 28 // this->setClassID(CL_PROTO_ID, "GLGuiEnergyWidget"); 29 30 this->text.setParent2D(this); 31 this->bar.setParent2D(this); 29 32 } 30 33 -
trunk/src/world_entities/elements/glgui_energywidget.h
r8972 r8973 18 18 { 19 19 20 20 public: 21 21 GLGuiEnergyWidget(); 22 22 virtual ~GLGuiEnergyWidget(); 23 23 24 protected: 25 virtual void resize(); 24 26 25 26 27 27 private: 28 GLGuiBar bar; 29 GLGuiText text; 28 30 29 31 };
Note: See TracChangeset
for help on using the changeset viewer.