BoxSizer to Sizer
This commit is contained in:
@@ -21,15 +21,15 @@ namespace MathEngine {
|
||||
|
||||
iVector3( const SDL_Rect& copy );
|
||||
|
||||
iVector3& operator=( const SDL_Rect& copy );
|
||||
iVector3& operator = ( const SDL_Rect& copy );
|
||||
|
||||
bool operator==( const SDL_Rect& other ) const;
|
||||
bool operator == ( const SDL_Rect& other ) const;
|
||||
|
||||
iVector3( const Vector3& copy );
|
||||
|
||||
iVector3& operator=( const Vector3& copy );
|
||||
iVector3& operator = ( const Vector3& copy );
|
||||
|
||||
bool operator==( const iVector3& other ) const;
|
||||
bool operator == ( const iVector3& other ) const;
|
||||
|
||||
int z;
|
||||
};/// END STRUCT DEFINITION iVector3
|
||||
|
||||
Reference in New Issue
Block a user