helapordo 1.4.12
|
#include <ser_core.h>
Data Fields | |
char | name [50] |
Name string for the saveslot. | |
char | save_path [255] |
Path to savefile. | |
int8_t | index |
Index of saveslot. | |
Serialized Saveslot.
Packed struct. Can be turned into a Saveslot with deser_Saveslot(). Can be obtained from a Saveslot with ser_Saveslot().
int8_t SerSaveslot::index |
Index of saveslot.
char SerSaveslot::name[50] |
Name string for the saveslot.
char SerSaveslot::save_path[255] |
Path to savefile.