]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/sim.cpp
eat what's here
[blobs.git] / src / world / sim.cpp
index aedc5cf01017df98b217b87dcc4991b9ddf8848e..071ad17cb0ed5786a998334c6e0fc9cb03a3ac1f 100644 (file)
@@ -8,8 +8,10 @@
 namespace blobs {
 namespace world {
 
-Simulation::Simulation(Body &r)
+Simulation::Simulation(Body &r, const Set<Resource> &res, const Set<TileType> &tile)
 : root(r)
+, resources(res)
+, tile_types(tile)
 , bodies()
 , planets()
 , suns()