FTSLib 0.1.1
A simple C++ library for decoding FTS (FloweyTaleSave) files.
Loading...
Searching...
No Matches
Classes | Functions
fts.hpp File Reference
#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)
 

Function Documentation

◆ FTSLib_decode_file()

FTSLib_Save FTSLib_decode_file ( std::string file_content)

Constructs an FTSLib save from the save file as a string.

Parameters
file_contentString of the raw save file that will be decoded.
Returns
Save decoded from the raw save file.

◆ FTSLib_encode_file()

std::string FTSLib_encode_file ( FTSLib_Save save)