Fix build
This commit is contained in:
parent
19d2f59142
commit
c1b4b6b15c
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
package raylib
|
||||
|
||||
/*
|
||||
#include "raylib.h"
|
||||
*/
|
||||
import "C"
|
||||
|
||||
// Gestures
|
||||
type Gestures int32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue