|
FTSLib 0.1.1
A simple C++ library for decoding FTS (FloweyTaleSave) files.
|
#include <bitset>#include <string>#include <vector>#include <cstdint>#include "fts.hpp"#include "split.hpp"#include "join.hpp"#include "utf8.hpp"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 | ) |