29 #ifndef _Highscore_H__ 30 #define _Highscore_H__ 49 void setConfigValues();
56 {
return this->highscores_.size(); }
58 {
return this->highscores_[index]; }
static Highscore * singletonPtr_s
Definition: Highscore.h:66
static Highscore & getInstance()
Definition: Highscore.h:60
::std::string string
Definition: gtest-port.h:756
Definition: Highscore.h:42
This is the base class of all objects which may contain config values.
Definition: Configurable.h:47
unsigned int getNumberOfHighscores()
Definition: Highscore.h:55
Base for singleton classes.
Definition: Singleton.h:114
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the orxonox library ...
const std::string & getHighscore(unsigned int index)
Definition: Highscore.h:57
Declaration of Configurable, the base class of all objects which may contain config values...
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
Definition of the Singleton template that is used as base class for classes that allow only one insta...
Definition: PlayerInfo.h:39
std::vector< std::string > highscores_
Definition: Highscore.h:65
static T & getInstance()
Returns a reference to the singleton instance.
Definition: Singleton.h:118