EntityComponentMetaSystem/src/EC
Stephen Seo 1d2fbf7b52 Fix cleanup function's return value
Unordered map does not preserve order in which items were inserted.
This is a problem because an entity id relocated to a previously deleted
one could be read as deleted when iterating through the unordered map.
Thus, it has been replaced with a queue.
2017-10-31 13:25:27 +09:00
..
Meta Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
Bitset.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
EC.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
Manager.hpp Fix cleanup function's return value 2017-10-31 13:25:27 +09:00