mirror of
https://github.com/bloeys/assimp-go.git
synced 2025-12-29 08:28:20 +00:00
4 lines
148 B
C++
Executable File
4 lines
148 B
C++
Executable File
#include <assimp/cimport.h> // Plain-C interface
|
|
#include <assimp/scene.h> // Output data structure
|
|
#include <assimp/postprocess.h>
|