]> git.lizzy.rs Git - shadowclad.git/blob - asset.h
03e268f255a94dd346664fbc5f47f82b85b1399c
[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