diff options
Diffstat (limited to '')
-rw-r--r-- | source/cPiston.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/cPiston.h b/source/cPiston.h index 9c4f38099..e976c24a3 100644 --- a/source/cPiston.h +++ b/source/cPiston.h @@ -35,9 +35,11 @@ static char RotationPitchToMetaData( float a_Rotation, float a_Pitch ) void ExtendPiston( int, int, int );
void RetractPiston( int, int, int );
-void ChainMove( int, int, int, int, int, int );
-int FindFluidBlock( int, int, int, int, int, int );
cWorld* m_World;
+private:
+void ChainMove( int, int, int, char, unsigned short * );
+unsigned short FirstPassthroughBlock( int, int, int, char );
+
};
|