diff options
Diffstat (limited to 'source/cRedstone.h')
-rw-r--r-- | source/cRedstone.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/cRedstone.h b/source/cRedstone.h index fae353818..92f01f5d9 100644 --- a/source/cRedstone.h +++ b/source/cRedstone.h @@ -24,10 +24,11 @@ static char RepeaterRotationToMetaData( float a_Rotation ) void CalculatetRedstone( int, int, int );
void ChangeRedstone( int, int, int, bool );
-
+bool IsBlockPowered( int, int, int );
cWorld* m_World;
char m_Metadata;
-
+char m_Direction;
+
};
|