27

Dependencies:   N5110

Revision:
0:ef959ad27a16
Child:
2:9a31febe6d2f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Thu Apr 08 02:09:25 2021 +0000
@@ -0,0 +1,11 @@
+#ifndef MAIN_H
+#define MAIN_H
+
+extern int lifes;
+extern int score, best_score;
+
+int main();
+
+
+#endif
+