27

Dependencies:   N5110

Revision:
2:9a31febe6d2f
Parent:
0:ef959ad27a16
--- a/main.h	Fri Apr 09 06:34:43 2021 +0000
+++ b/main.h	Sat Apr 24 03:01:47 2021 +0000
@@ -4,7 +4,11 @@
 extern int lifes;
 extern int score, best_score;
 
+//自动攻击
+extern bool auto_attack;
+
 int main();
+void choice();
 
 
 #endif