generated from freudenreichan/Programmieren_3b
gamematrix hinzufügen
This commit is contained in:
parent
38998d8ab8
commit
9e9bb92034
@ -1,4 +1,4 @@
|
|||||||
#include "gamecube.h"
|
#include "../includes/gamecube.h"
|
||||||
|
|
||||||
gamecube::gamecube(const Vec3 &pos, Color col)
|
gamecube::gamecube(const Vec3 &pos, Color col)
|
||||||
: position(pos), color(col) {}
|
: position(pos), color(col) {}
|
||||||
@ -1,4 +1,4 @@
|
|||||||
#include "gamecube.h"
|
#include "../includes/gamecube.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user