add raylib and test window

This commit is contained in:
2025-11-08 10:01:49 +01:00
parent 724d1c9876
commit 12ea087cae
6 changed files with 1761 additions and 6 deletions

1
igc.c
View File

@@ -9,6 +9,7 @@
* @license GNU GPL v3
*/
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>