Files
ImprovGFX/OpenWindow/improv_gfx.h
T

11 lines
173 B
C

#ifndef __IMPROV_GFX__
#define __IMPROV_GFX__
#include "model.h"
#include "geometry.h"
#include "renderer.h"
void Setup();
void Draw();
void AddModel(Model* model);
#endif