|
helapordo 1.4.13
|
Holds arguments for a saveslot. More...
#include <game_core.h>
Data Fields | |
| char | name [50] |
| Name string for the saveslot. | |
| char | save_path [255] |
| Path to savefile. | |
| int | index |
| Index of saveslot. | |
Holds arguments for a saveslot.
| int Saveslot::index |
Index of saveslot.
| char Saveslot::name[50] |
Name string for the saveslot.
| char Saveslot::save_path[255] |
Path to savefile.