minor code styling fixes
This commit is contained in:
parent
9370c7aa8a
commit
f663fa209c
5 changed files with 2 additions and 11 deletions
|
|
@ -1,9 +1,7 @@
|
|||
#include "Color.hpp"
|
||||
#include "../defines.hpp"
|
||||
|
||||
CColor::CColor() {
|
||||
|
||||
}
|
||||
CColor::CColor() { }
|
||||
|
||||
CColor::CColor(float r, float g, float b, float a) {
|
||||
this->r = r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue