]> git.lizzy.rs Git - shadowclad.git/blob - render.h
Reorder, move and rename things
[shadowclad.git] / render.h
1 #ifndef RENDER_H_
2 #define RENDER_H_
3
4 #include "assimp_types.h"
5
6 void initRender(void);
7 void renderScene(void);
8 void drawAxes(void);
9 void drawSceneRecursive(const AiScene* scene, const AiNode* node);
10
11 #endif