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

11 lines
130 B
C
Raw Normal View History

2022-06-08 12:07:55 +00:00
#ifndef _MINE_H_
#define _MINE_H_
#define MAX_MX 8
2022-06-08 12:07:55 +00:00
#define MAX_MY 8
void genMine();
void mineDestroy();
void mineInit();
#endif