diff options
author | Hampus <hampus@hampusmat.com> | 2021-12-14 00:01:35 +0100 |
---|---|---|
committer | Hampus <hampus@hampusmat.com> | 2021-12-14 00:01:35 +0100 |
commit | 88d8be06f3e5411db6faa59db12210b6079f7d21 (patch) | |
tree | 8e05fca5d76cb8734fc30e50297471ca72cdaa20 | |
parent | af93edd8433634d82e855e9c9bcbca249a476977 (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/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 |