Adding Project Files

This commit is contained in:
2019-12-07 16:16:40 +02:00
parent 97f90ab8c9
commit f5d3196828
18 changed files with 1891 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef RENDERER_HEADER
#define RENDERER_HEADER
#include "tgaimage.h"
void render();
int color_to_int(TGAColor col);
#endif