mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-16 06:05:32 -06:00
8 lines
173 B
C
8 lines
173 B
C
#ifndef _plugin_Assimp_assimp_h_
|
|
#define _plugin_Assimp_assimp_h_
|
|
|
|
#include <assimp/Importer.hpp>
|
|
#include <assimp/scene.h>
|
|
#include <assimp/postprocess.h>
|
|
|
|
#endif
|