summaryrefslogtreecommitdiffstats
path: root/source/cWaterSimulator.h
blob: d08902e44ebe36a86d9ce9d6416527ec494b5f8e (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 inline bool IsAllowedBlock( char a_BlockID );

};