From c8d679139f089650d86ce4a6e748b881fe3a8167 Mon Sep 17 00:00:00 2001 From: hiker Date: Tue, 22 Apr 2014 14:13:27 +1000 Subject: [PATCH] Improved documentation. --- src/config/player_profile.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/player_profile.hpp b/src/config/player_profile.hpp index 4aa8e90dd..5b6132305 100644 --- a/src/config/player_profile.hpp +++ b/src/config/player_profile.hpp @@ -44,6 +44,9 @@ class UTFWriter; * A PlayerProfile keeps track of the story mode progress using an instance * of StoryModeStatus, and achievements with AchievementsStatus. All data * is saved in the players.xml file. + * This class also defines the interface for handling online data. All of + * the online handling is done in the derived class OnlinePlayerProfile, + * where the interface is fully implemented. * \ingroup config */ class PlayerProfile : public NoCopy