Sample Scene for Project Discussion with TA

This commit is contained in:
2019-12-29 23:39:33 +02:00
parent 5dd2de5d77
commit 9a2f6129bc
18 changed files with 960856 additions and 27 deletions
+2
View File
@@ -2,8 +2,10 @@
#define __IMPROV_GFX__
#include "model.h"
#include "geometry.h"
#include "renderer.h"
void Setup();
void Draw();
void AddModel(Model* model);
#endif