summaryrefslogtreecommitdiff
path: root/sources/main.c
diff options
context:
space:
mode:
authorHenrique Alves <henrique.alves@itsjungle.xyz>2024-05-05 01:13:04 +0300
committerHenrique Alves <henrique.alves@itsjungle.xyz>2024-05-05 01:13:04 +0300
commit595895c0bf1565510ed23e5c95863cafae1daea7 (patch)
tree33fd5db8bff6a94476a84a72b2b2073960e05114 /sources/main.c
parent72fc0084e45314c7ebfa641f2a20e2ecff358914 (diff)
downloadgamejam-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.c1
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>