]> git.lizzy.rs Git - shadowclad.git/blob - asset.h
Remove reduntant glutSetWindowTitle()
[shadowclad.git] / asset.h
1 #ifndef ASSET_H_
2 #define ASSET_H_
3
4 #include "assimp_types.h"
5
6 const AiScene* importScene(const char* path);
7
8 #endif