#pragma once void replace_all_block(char a, char b, char level[]); void replace_xy_block(int x, int y, char block, char level[]);