From fad3f16e04356717239856114ca487e6157ce424 Mon Sep 17 00:00:00 2001 From: Slendi Date: Sun, 3 Mar 2024 22:20:05 +0200 Subject: [PATCH] Give up on the C parser This is just going to overcomplicate things. It will not be needed pretty much at all for the goals of this language. Signed-off-by: Slendi --- examples/raylib.cat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/raylib.cat b/examples/raylib.cat index 29b90c4..91a626e 100644 --- a/examples/raylib.cat +++ b/examples/raylib.cat @@ -1,4 +1,4 @@ -use rl "raylib.h" +use rl "raylib" rl.InitWindow 640 480 "Main window" defer rl.CloseWindow