aboutsummaryrefslogtreecommitdiff
path: root/src/tower.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-28 09:40:47 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-28 09:40:47 +0200
commit15e690e0dc9f539ca0e8e9c98c3fdc9105ec9d74 (patch)
treed60e39bdac9d2447b89e56dac88b8877b5005378 /src/tower.c
parentfeae9f442000cf218c249e6e163e8b5137771857 (diff)
downloadhanoi-15e690e0dc9f539ca0e8e9c98c3fdc9105ec9d74.tar.gz
hanoi-15e690e0dc9f539ca0e8e9c98c3fdc9105ec9d74.tar.bz2
hanoi-15e690e0dc9f539ca0e8e9c98c3fdc9105ec9d74.zip
Added solveHEADmaster
Diffstat (limited to 'src/tower.c')
-rw-r--r--src/tower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tower.c b/src/tower.c
index b31eaf7..914c0fb 100644
--- a/src/tower.c
+++ b/src/tower.c
@@ -1,4 +1,4 @@
-#include "tower.h"
+#include "hanoi.h"
static uint8_t st_tower_pop(t_tower *tower)
{