summaryrefslogtreecommitdiffstats
path: root/source/cWaterSimulator.h
blob: c00481482fb8e0c18e61b60c1dae163529032027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "cFluidSimulator.h"

class cWaterSimulator : public cFluidSimulator
{
public:
	cWaterSimulator( cWorld* a_World );

	virtual bool IsAllowedBlock( char a_BlockID );

};