diff options
author | henriquelalves <henriquelalves@gmail.com> | 2024-05-15 11:29:28 +0300 |
---|---|---|
committer | henriquelalves <henriquelalves@gmail.com> | 2024-05-15 11:29:28 +0300 |
commit | 0a89a84956311f17648bb443e429dab25d35f0cc (patch) | |
tree | 00640cdc6f0cf717d7cf5ef7a659d91887a708f1 /sources/main.c | |
parent | 9859882f9f37f3eee6f9b90348c7e3c2ed229c49 (diff) | |
download | gamejam-slgj-2024-0a89a84956311f17648bb443e429dab25d35f0cc.tar.gz gamejam-slgj-2024-0a89a84956311f17648bb443e429dab25d35f0cc.tar.bz2 gamejam-slgj-2024-0a89a84956311f17648bb443e429dab25d35f0cc.zip |
removed skeleton repl
Diffstat (limited to 'sources/main.c')
-rw-r--r-- | sources/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/main.c b/sources/main.c index 4f899ce..34f2eda 100644 --- a/sources/main.c +++ b/sources/main.c @@ -11,7 +11,6 @@ #include "rl/core.h" #include "rl/enums.h" #include "rl/shapes.h" -#include "repl/repl.h" #include <math.h> #include <stdio.h> |