From 34bf5c0d9db195edf8b576d1273876966cf650b2 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 4 May 2021 16:11:56 +0100 Subject: Rename files to match code --- src/WorldStorage/StatSerializer.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/WorldStorage/StatSerializer.h (limited to 'src/WorldStorage/StatSerializer.h') diff --git a/src/WorldStorage/StatSerializer.h b/src/WorldStorage/StatSerializer.h deleted file mode 100644 index a178db79c..000000000 --- a/src/WorldStorage/StatSerializer.h +++ /dev/null @@ -1,30 +0,0 @@ - -// StatSerializer.h - -// Declares the cStatSerializer class that is used for saving stats into JSON - - - - - -#pragma once - - - - - -struct StatisticsManager; -namespace Json { class Value; } - - - - - -namespace StatSerializer -{ - /* 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); -} -- cgit v1.2.3