summaryrefslogtreecommitdiffstats
path: root/src/Simulator/Simulator.cpp
blob: 7b944382b04e80e8c6fe55a2f6827812e83d39d7 (plain) (blame)
1
2
3
4
5
6
7
8

#include "Globals.h"

#include "Simulator.inc"

#pragma clang diagnostic ignored "-Wweak-template-vtables"
template class cSimulator<cChunk, cWorld>;