Made it human-friendly

This commit is contained in:
2019-12-27 22:53:14 +02:00
parent 6cef4df543
commit 5dd2de5d77
15 changed files with 491 additions and 468 deletions
+2
View File
@@ -8,7 +8,9 @@ extern float* z_buffer;
extern Camera camera;
extern float TIME;
void init_camera();
void render();
void free_renderer();
int color_to_int(TGAColor col);
#endif