Johan is love, Johan is life

This commit is contained in:
2016-05-19 14:25:03 +02:00
parent a38a6d3c5f
commit 7c4ee37867
82 changed files with 550 additions and 1250 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
#pragma once
#include "Header.h"
class Vec3f
{
@@ -33,5 +32,6 @@ public:
Vec2f(float x, float y);
Vec2f(Vec2f &other);
float& operator [](int);
Vec2f operator + (const Vec2f &other);
};