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

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