summaryrefslogtreecommitdiff
path: root/sources/main.c
diff options
context:
space:
mode:
authorHenrique Alves <henrique.alves@itsjungle.xyz>2024-04-25 22:18:46 +0300
committerHenrique Alves <henrique.alves@itsjungle.xyz>2024-04-25 22:18:46 +0300
commit3f382e6e0a494baaf3d4d104c1af0630fb3817a9 (patch)
treeefcf7806e8bb78654e3af77f735ac3b584e2db14 /sources/main.c
parent97168aaf30c64c688e0057f28f1f2375b4c40520 (diff)
downloadgamejam-slgj-2024-3f382e6e0a494baaf3d4d104c1af0630fb3817a9.tar.gz
gamejam-slgj-2024-3f382e6e0a494baaf3d4d104c1af0630fb3817a9.tar.bz2
gamejam-slgj-2024-3f382e6e0a494baaf3d4d104c1af0630fb3817a9.zip
Add output folder
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 309e8c3..3601fe3 100644
--- a/sources/main.c
+++ b/sources/main.c
@@ -48,6 +48,7 @@ int main(int argc, char* argv[]) {
InitWindow(screen_width, screen_height, "SLGJ - 2024");
SetTargetFPS(60);
+ printf("foi");
char filename[] = SCRIPTS_PATH"main.scm";
s7_load(s7, filename);