Add copy of raylib.h for raygui, issue #245
This commit is contained in:
parent
dc8c9e1041
commit
62ed2c3798
2 changed files with 1581 additions and 1 deletions
|
@ -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>
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue