From 5cec8900be01c40b775602cc2b6a6aa9127e0704 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Mon, 20 Feb 2017 16:17:27 +0100 Subject: [PATCH] Fix build --- raylib/gestures.go | 1 + 1 file changed, 1 insertion(+) diff --git a/raylib/gestures.go b/raylib/gestures.go index e4b2d18..93ab127 100644 --- a/raylib/gestures.go +++ b/raylib/gestures.go @@ -4,6 +4,7 @@ package raylib #include "raylib.h" */ import "C" +import "unsafe" // Gestures type Gestures int32