mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
14 lines
232 B
C
14 lines
232 B
C
|
/*
|
||
|
Author: lyon
|
||
|
Tencent QQ: 645275593
|
||
|
*/
|
||
|
|
||
|
#ifndef _pikaIf__H
|
||
|
#define _pikaIf__H
|
||
|
#include "PikaObj.h"
|
||
|
|
||
|
void if_pushLine(PikaObj* self, char* line);
|
||
|
void if_setAssert(PikaObj* self, char* line);
|
||
|
void if_run(PikaObj* self);
|
||
|
#endif
|