分享至
🗂️ display.h
#ifndef DISPLAY_H #define DISPLAY_H #include "maze_gen.h" void displayMaze(Maze *maze); #endif
IT邦幫忙