AST3_C/include/replace.h

4 lines
130 B
C
Raw Permalink Normal View History

2021-05-05 01:03:02 +02:00
#pragma once
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[]);