implement save file decryption/encryption
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ public:
|
||||
StringReader get_reader(const std::string& name) const;
|
||||
|
||||
private:
|
||||
template <typename LongT>
|
||||
template <bool IsBigEndian>
|
||||
void load_t();
|
||||
|
||||
std::shared_ptr<const std::string> data;
|
||||
|
||||
Reference in New Issue
Block a user