10 lines
137 B
C
Raw Normal View History

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