summaryrefslogtreecommitdiffstats
path: root/source/WaterSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/WaterSimulator.h')
-rw-r--r--source/WaterSimulator.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/WaterSimulator.h b/source/WaterSimulator.h
new file mode 100644
index 000000000..aa81a74f6
--- /dev/null
+++ b/source/WaterSimulator.h
@@ -0,0 +1,11 @@
+#pragma once
+#include "FluidSimulator.h"
+
+class cWaterSimulator : public cFluidSimulator
+{
+public:
+ cWaterSimulator( cWorld* a_World );
+
+ virtual bool IsAllowedBlock( char a_BlockID );
+
+}; \ No newline at end of file