diff --git a/src/gamecube.cpp b/src/gamecube.cpp index 6848d50..adabfc6 100644 --- a/src/gamecube.cpp +++ b/src/gamecube.cpp @@ -1,5 +1,9 @@ #include "gamecube.h" +// Coding Guidelines: +// Negativ: keine namespaces verwendet, Kommentare erklären "wie" nicht "warum" +// Positiv: verständliche Methodennamen, getrennte Deklaration in Header-Dateien + gamecube::gamecube(const Vec3 &pos, Color col) : position(pos), color(col) {}