Config and save system almost there.
This commit is contained in:
parent
71bc97a016
commit
da63f006c2
4 changed files with 31 additions and 26 deletions
1
save.hpp
1
save.hpp
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue