Add copy of raylib.h for raygui, issue #245

This commit is contained in:
Milan Nikolic 2023-02-13 09:09:48 +01:00
parent dc8c9e1041
commit 62ed2c3798
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
2 changed files with 1581 additions and 1 deletions

View file

@ -1,7 +1,7 @@
package raygui
/*
#cgo CFLAGS: -DRAYGUI_IMPLEMENTATION -I${SRCDIR}/../raylib -Wno-unused-result
#cgo CFLAGS: -DRAYGUI_IMPLEMENTATION -Wno-unused-result
#include "raygui.h"
#include <stdlib.h>
*/