#ifndef SIMULATION_H #define SIMULATION_H #include "./chunk.h" void simulate(int numChunks, Chunk ** passedInChunks, float timestep); #endif