relocation raygui.h

This commit is contained in:
Konstantin8105 2022-11-25 10:29:38 +03:00
parent 54703e6475
commit 0009968cad
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
package raygui3_5
/*
#cgo CFLAGS: -DRAYGUI_IMPLEMENTATION
#include "../raylib/raygui.h"
#cgo CFLAGS: -DRAYGUI_IMPLEMENTATION -I../raylib/
#include "raygui.h"
#include <stdlib.h>
*/
import "C"