#ifndef ASSET_H_ #define ASSET_H_ #include "assimp_types.h" const AiScene* importScene(const char* path); #endif