mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
Update PikaWhile.h
This commit is contained in:
parent
59c669acc8
commit
a74f8508ff
@ -1,3 +1,8 @@
|
||||
/*
|
||||
Author: lyon
|
||||
Tencent QQ: 645275593
|
||||
*/
|
||||
|
||||
#ifndef _pikaWhile__H
|
||||
#define _pikaWhile__H
|
||||
#include "PikaObj.h"
|
||||
@ -6,4 +11,4 @@ void while_setAssert(PikaObj* self, char* line);
|
||||
void while_pushLine(PikaObj* self, char* line);
|
||||
void while_run(PikaObj* self);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user