4 lines
88 B
C
Raw Normal View History

2021-09-08 21:25:52 +08:00
#ifndef _invoke__H
#define _invoke__H
2021-09-10 17:49:56 +08:00
Args* obj_invoke(PikaObj* self, char* cmd);
2021-09-08 21:25:52 +08:00
#endif