consolidate all repos to one for archive
This commit is contained in:
8
semester_2/programiranje_2/naloga0601/Shape2D.cpp
Normal file
8
semester_2/programiranje_2/naloga0601/Shape2D.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by Nik on 10/04/2022.
|
||||
//
|
||||
|
||||
#include "Shape2D.h"
|
||||
|
||||
Shape2D::Shape2D(ColorCode color) : color(color){}
|
||||
|
||||
Reference in New Issue
Block a user