Symphony Of Empires
|
#include <algorithm>
#include <cstdio>
#include <cstddef>
#include <tbb/blocked_range.h>
#include <tbb/concurrent_vector.h>
#include <tbb/parallel_for.h>
#include <tbb/combinable.h>
#include "eng3d/disc_dist.hpp"
#include "server/emigration.hpp"
#include "world.hpp"
Go to the source code of this file.
Functions | |
void | do_emigration (World &world) |
void do_emigration | ( | World & | world | ) |
Definition at line 45 of file emigration.cpp.