27

Dependencies:   N5110

main.h

Committer:
cbs27
Date:
2021-04-24
Revision:
2:9a31febe6d2f
Parent:
0:ef959ad27a16

File content as of revision 2:9a31febe6d2f:

#ifndef MAIN_H
#define MAIN_H

extern int lifes;
extern int score, best_score;

//自动攻击
extern bool auto_attack;

int main();
void choice();


#endif