summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/StatisticsSerializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/WorldStorage/StatisticsSerializer.h')
-rw-r--r--src/WorldStorage/StatisticsSerializer.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/WorldStorage/StatisticsSerializer.h b/src/WorldStorage/StatisticsSerializer.h
index 1ccc55dbd..5d6c50b83 100644
--- a/src/WorldStorage/StatisticsSerializer.h
+++ b/src/WorldStorage/StatisticsSerializer.h
@@ -14,7 +14,10 @@
struct StatisticsManager;
-namespace Json { class Value; }
+namespace Json
+{
+class Value;
+}
@@ -22,9 +25,9 @@ namespace Json { class Value; }
namespace StatisticsSerializer
{
- /* Try to load the player statistics. */
- void Load(StatisticsManager & Manager, const std::string & WorldPath, std::string && FileName);
+/* Try to load the player statistics. */
+void Load(StatisticsManager & Manager, const std::string & WorldPath, std::string && FileName);
- /* Try to save the player statistics. */
- void Save(const StatisticsManager & Manager, const std::string & WorldPath, std::string && FileName);
-}
+/* Try to save the player statistics. */
+void Save(const StatisticsManager & Manager, const std::string & WorldPath, std::string && FileName);
+} // namespace StatisticsSerializer