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