|
FTSLib 0.1.1
A simple C++ library for decoding FTS (FloweyTaleSave) files.
|
#include <bitset>#include <string>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | FTSLib_Save |
Functions | |
| FTSLib_Save | FTSLib_decode_file (std::string file_content) |
| std::string | FTSLib_encode_file (FTSLib_Save save) |
| FTSLib_Save FTSLib_decode_file | ( | std::string | file_content | ) |
Constructs an FTSLib save from the save file as a string.
| file_content | String of the raw save file that will be decoded. |
| std::string FTSLib_encode_file | ( | FTSLib_Save | save | ) |