Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 18, 2018, 4:27:43 PM (6 years ago)
Author:
landauf
Message:

[SOBv2_HS17] fixed build (Highscopre API has changed)

File:
1 edited

Legend:

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

    r11717 r11768  
    4949            void setConfigValues(); // Inherited function
    5050
    51             void storeScore(const std::string& level, int points, PlayerInfo* player);
     51            bool storeScore(const std::string& level, int points, PlayerInfo* player);
    5252            int getHighestScoreOfGame(const std::string& game);
    5353
Note: See TracChangeset for help on using the changeset viewer.