Fix build

This commit is contained in:
Milan Nikolic 2017-02-20 16:07:10 +01:00
parent 19d2f59142
commit c1b4b6b15c
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@ go:
- tip - tip
install: install:
- sudo apt-get update -y
- sudo apt-get install libopenal-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev -y - sudo apt-get install libopenal-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev -y
- curl -s -L http://www.cmake.org/files/v3.7/cmake-3.7.2.tar.gz | tar xz - curl -s -L http://www.cmake.org/files/v3.7/cmake-3.7.2.tar.gz | tar xz

View file

@ -1,5 +1,10 @@
package raylib package raylib
/*
#include "raylib.h"
*/
import "C"
// Gestures // Gestures
type Gestures int32 type Gestures int32