mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
11 lines
152 B
C
11 lines
152 B
C
/*
|
|
Author: lyon
|
|
Tencent QQ: 645275593
|
|
*/
|
|
|
|
#ifndef __TYNYOBJ__H
|
|
#define __TYNYOBJ__H
|
|
#include "PikaObj.h"
|
|
PikaObj* New_TinyObj(Args* args);
|
|
#endif
|