AST3_C/include/replace.h

2 lines
116 B
C
Raw Normal View History

2021-05-02 20:21:41 +02:00
void replace_all_block(char a, char b, char level[]);
void replace_xy_block(int x, int y, char block, char level[]);