Mercurial
comparison raylib_examples/main.c @ 11:f33d9ff8b6e8
[Raylib] Added raylib linux to third party lib and added cross platform support.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 30 Sep 2025 05:01:34 -0700 |
| parents | adcfad6e86fb |
| children |
comparison
equal
deleted
inserted
replaced
| 10:ad69c414a881 | 11:f33d9ff8b6e8 |
|---|---|
| 1 #include <stdio.h> | 1 #include <stdio.h> |
| 2 #include "helper/helper.h" | 2 #include "dowa/dowa.h" |
| 3 #include "third_party/raylib/raylib-5.5_macos/include/raylib.h" | 3 #include "third_party/raylib/include/raylib.h" |
| 4 | 4 |
| 5 int main() | 5 int main() |
| 6 { | 6 { |
| 7 InitWindow(800, 450, "raylib [core] example - basic window"); | 7 InitWindow(800, 450, "raylib [core] example - basic window"); |
| 8 while (!WindowShouldClose()) | 8 while (!WindowShouldClose()) |