Almost working save sytem but the data I store is totally wrong. I need to also save the entity IDs being used and map them to the components.
This commit is contained in:
parent
babc190525
commit
d113dba42f
15 changed files with 213 additions and 64 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <any>
|
||||
#include <tuple>
|
||||
#include <queue>
|
||||
#include "tser.hpp"
|
||||
|
||||
namespace DinkyECS {
|
||||
|
||||
|
@ -116,4 +117,6 @@ namespace DinkyECS {
|
|||
return !queue.empty();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue