Config and save system almost there.

This commit is contained in:
Zed A. Shaw 2024-11-05 21:33:28 -05:00
parent 71bc97a016
commit da63f006c2
4 changed files with 31 additions and 26 deletions

View file

@ -26,4 +26,5 @@ namespace save {
void to_file(std::string path, DinkyECS::World &world);
void from_file(std::string path, DinkyECS::World &world_out);
void load_configs(DinkyECS::World &world);
}