summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Components/BurningComponent.cpp
blob: 5be7d85cc198fbd1704e99a1ec8f70ad4c0a2da4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include "Globals.h"

#ifndef SELF_TEST

#include "BurningComponent.h"

#include "BurningComponent.inc"

#include "Chunk.h"
#include "Entities/Entity.h"

template class cBurningComponent<cEntity, cChunk>;
#endif