Update PikaInvoke.h

This commit is contained in:
Lyon 2021-09-17 15:17:56 +08:00 committed by GitHub
parent 09a35df12f
commit cd49811441

View File

@ -1,4 +1,9 @@
/*
Author: lyon
Tencent QQ: 645275593
*/
#ifndef _invoke__H
#define _invoke__H
Args* obj_invoke(PikaObj* self, char* cmd);
#endif
#endif