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

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)