mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2026-02-04 13:29:19 +01:00
Update Screen system
Added FuelScreen (Working buttons) Added SellScreen (Nothing working)
This commit is contained in:
@@ -26,6 +26,7 @@ struct Point2f
|
||||
Point2f operator*( const Point2f& other ) const;
|
||||
Point2f operator/( float other ) const;
|
||||
Point2f operator-( const Point2f& other ) const;
|
||||
|
||||
|
||||
float x;
|
||||
float y;
|
||||
@@ -34,6 +35,8 @@ struct Point2f
|
||||
Point2f operator/(float right, const Point2f& left);
|
||||
Point2f operator*(float right, const Point2f& left);
|
||||
|
||||
std::ostream& operator<<(std::ostream& os, const Point2f& p);
|
||||
|
||||
struct Rectf
|
||||
{
|
||||
Rectf( );
|
||||
|
||||
Reference in New Issue
Block a user