summaryrefslogtreecommitdiffstats
path: root/source/cSandSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cSandSimulator.h')
-rw-r--r--source/cSandSimulator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cSandSimulator.h b/source/cSandSimulator.h
index 84bba935f..a3809850d 100644
--- a/source/cSandSimulator.h
+++ b/source/cSandSimulator.h
@@ -12,6 +12,7 @@ public:
~cSandSimulator();
virtual void Simulate( float a_Dt );
+ virtual inline void WakeUp( int a_X, int a_Y, int a_Z );
virtual inline bool IsAllowedBlock( char a_BlockID );
virtual inline bool IsPassable( char a_BlockID );