- Timestamp:
- Aug 12, 2009, 12:59:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/overlays/stats/Scoreboard.h
r3196 r5630 29 29 30 30 31 #include " OrxonoxPrereqs.h"31 #include "overlays/OverlaysPrereqs.h" 32 32 33 33 #include <string> … … 38 38 namespace orxonox 39 39 { 40 class _O rxonoxExport Scoreboard : public OrxonoxOverlay, public Tickable40 class _OverlaysExport Scoreboard : public OrxonoxOverlay, public Tickable 41 41 { 42 42 public: // functions
Note: See TracChangeset
for help on using the changeset viewer.