mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 21:15:04 +00:00
commit
e16fb04bab
1 changed files with 7 additions and 0 deletions
|
@ -132,10 +132,17 @@ typedef struct
|
|||
|
||||
} fastObjMesh;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
fastObjMesh* fast_obj_read(const char* path);
|
||||
void fast_obj_destroy(fastObjMesh* mesh);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue