1
0
mirror of https://gitee.com/Lyon1998/pikapython.git synced 2025-03-12 18:02:40 +08:00
2021-10-04 01:08:08 +08:00

11 lines
150 B
C

/*
Author: lyon
Tencent QQ: 645275593
*/
#ifndef __TYNYOBJ__H
#define __TYNYOBJ__H
#include "PikaObj.h"
PikaObj* New_TinyObj(Args* args);
#endif