This commit is contained in:
Solomon W. 2020-06-04 13:47:38 -04:00
parent 8300f18761
commit b1b1a7c772
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@
bin/*
.ccls-cache/*
*.gch

View File

@ -30,4 +30,4 @@ class Color {
Color();
Color(uint8_t r,uint8_t g,uint8_t b,uint8_t a);
};
#endif
#endif