mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 20:41:47 +01:00
Update Gitignore and Basic Camera / Level Implementation
This commit is contained in:
@@ -16,6 +16,7 @@ struct Point2f
|
||||
{
|
||||
Point2f( );
|
||||
explicit Point2f( float x, float y );
|
||||
//Point2f(int x, int y); //Stupid fix for it giving an error
|
||||
|
||||
float x;
|
||||
float y;
|
||||
@@ -27,6 +28,7 @@ struct Rectf
|
||||
{
|
||||
Rectf( );
|
||||
explicit Rectf( float left, float bottom, float width, float height );
|
||||
//explicit Rectf( int left, int bottom, int width, int height ); //Stupid fix for it giving an error (same as Point2f)
|
||||
|
||||
float left;
|
||||
float bottom;
|
||||
|
||||
Reference in New Issue
Block a user