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