- Timestamp:
- Dec 17, 2008, 6:02:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/overlays/stats/Scoreboard.h
r2495 r2498 50 50 virtual void tick(float dt); 51 51 52 inline void setGametype(Gametype* gt)53 { this->gametype_ = gt; }54 inline Gametype* getGametype() const55 { return this->gametype_; }56 57 52 inline void setCreateLines(CreateLines* cl) 58 53 { this->createlines_ = cl; } … … 75 70 float lineSpacing; 76 71 std::string columnText; 77 Gametype* gametype_;78 72 CreateLines* createlines_; 79 73 };
Note: See TracChangeset
for help on using the changeset viewer.