diff options
author | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-05-05 01:13:04 +0300 |
---|---|---|
committer | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-05-05 01:13:04 +0300 |
commit | 595895c0bf1565510ed23e5c95863cafae1daea7 (patch) | |
tree | 33fd5db8bff6a94476a84a72b2b2073960e05114 /sources/main.c | |
parent | 72fc0084e45314c7ebfa641f2a20e2ecff358914 (diff) | |
download | gamejam-slgj-2024-595895c0bf1565510ed23e5c95863cafae1daea7.tar.gz gamejam-slgj-2024-595895c0bf1565510ed23e5c95863cafae1daea7.tar.bz2 gamejam-slgj-2024-595895c0bf1565510ed23e5c95863cafae1daea7.zip |
basic GoL
Diffstat (limited to 'sources/main.c')
-rw-r--r-- | sources/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/main.c b/sources/main.c index 3c2e1da..7196bc4 100644 --- a/sources/main.c +++ b/sources/main.c @@ -10,6 +10,7 @@ #include "rl/texture.h" #include "rl/core.h" #include "rl/shapes.h" +#include "repl/repl.h" #include <math.h> #include <stdio.h> |