lab5 outlined
This commit is contained in:
15
Lab5/shape.cpp
Normal file
15
Lab5/shape.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @file shape.cpp
|
||||
* @author your name (you@domain.com)
|
||||
* @brief
|
||||
* @version 0.1
|
||||
* @date 2022-04-12
|
||||
*
|
||||
* @copyright Copyright (c) 2022
|
||||
*
|
||||
*/
|
||||
#include "shape.h"
|
||||
|
||||
Shape::Shape(){
|
||||
this->RGB = (uint32_t) 0x00FFFFFF;
|
||||
}
|
||||
Reference in New Issue
Block a user