aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampus <hampus@hampusmat.com>2021-12-14 00:01:35 +0100
committerHampus <hampus@hampusmat.com>2021-12-14 00:01:35 +0100
commit88d8be06f3e5411db6faa59db12210b6079f7d21 (patch)
tree8e05fca5d76cb8734fc30e50297471ca72cdaa20
parentaf93edd8433634d82e855e9c9bcbca249a476977 (diff)
refactor: restructure project
-rw-r--r--src/maze.c (renamed from maze.c)0
-rw-r--r--src/maze.h (renamed from maze.h)0
-rw-r--r--src/mazerator.c (renamed from mazerator.c)0
-rw-r--r--src/position_stack.c (renamed from position_stack.c)0
-rw-r--r--src/position_stack.h (renamed from position_stack.h)0
-rw-r--r--src/utils.c (renamed from utils.c)0
-rw-r--r--src/utils.h (renamed from utils.h)0
7 files changed, 0 insertions, 0 deletions
diff --git a/maze.c b/src/maze.c
index 9830098..9830098 100644
--- a/maze.c
+++ b/src/maze.c
diff --git a/maze.h b/src/maze.h
index fc0e489..fc0e489 100644
--- a/maze.h
+++ b/src/maze.h
diff --git a/mazerator.c b/src/mazerator.c
index 33c47ce..33c47ce 100644
--- a/mazerator.c
+++ b/src/mazerator.c
diff --git a/position_stack.c b/src/position_stack.c
index 3d546b8..3d546b8 100644
--- a/position_stack.c
+++ b/src/position_stack.c
diff --git a/position_stack.h b/src/position_stack.h
index fe93e8c..fe93e8c 100644
--- a/position_stack.h
+++ b/src/position_stack.h
diff --git a/utils.c b/src/utils.c
index ce3dcd4..ce3dcd4 100644
--- a/utils.c
+++ b/src/utils.c
diff --git a/utils.h b/src/utils.h
index 357f0d2..357f0d2 100644
--- a/utils.h
+++ b/src/utils.h