Skip to content

Commit 7ffe159

Browse files
committed
only Setup needs to be pre declared, Arduino will auto declare the rest.
1 parent b3c44d9 commit 7ffe159

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

DungeonCrawl.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
typedef void (*State) ();
22

33
void Setup();
4-
void Avatar0();
5-
void Avatar();
6-
void AvatarMoving0();
7-
void AvatarMoving();
8-
void Path0();
9-
void Path();
10-
void Wall0();
11-
void Wall();
12-
void Reset0();
13-
void ResetIgnore();
14-
void Reset();
154

165
State state = Setup;
176

0 commit comments

Comments
 (0)