Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2016, 3:28:37 PM (7 years ago)
Author:
kappenh
Message:

Finished Project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Highscore_HS16/src/orxonox/Highscore.h

    r11315 r11333  
    1414        Highscore();              // Constructor
    1515        void setConfigValues(); // Inherited function
    16         void storeHighscore(std::string player, std::string level, int points);
     16        void storeHighscore(std::string level, int points);
    1717
    1818        int getHighestScoreOfGame(std::string game);
     
    3232        std::vector<std::string> highscores_;
    3333        float version_;
     34        std::string playerName_;
    3435        static Highscore* singletonPtr_s;
    3536}; //tolua_export
Note: See TracChangeset for help on using the changeset viewer.