This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/MCU/MCU_REAL_FINAL/mine.h
2022-06-08 20:09:49 +08:00

11 lines
No EOL
130 B
C

#ifndef _MINE_H_
#define _MINE_H_
#define MAX_MX 8
#define MAX_MY 8
void genMine();
void mineDestroy();
void mineInit();
#endif