10 lines
135 B
C
Raw Normal View History

2021-10-02 19:20:18 +08:00
/*
Author: lyon
Tencent QQ: 645275593
*/
2021-10-01 00:21:50 +08:00
#ifndef _invoke__H
#define _invoke__H
Args* obj_invoke(PikaObj* self, char* cmd);
2021-10-02 19:20:18 +08:00
#endif