From 260b9effb19fe85604f05ccf0be18795fd2bc782 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 22 Sep 2023 14:27:12 +0200 Subject: all: fix build errors --- sdl2/gamecontroller.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdl2/gamecontroller.ha') diff --git a/sdl2/gamecontroller.ha b/sdl2/gamecontroller.ha index 1ce9384..4cab9ce 100644 --- a/sdl2/gamecontroller.ha +++ b/sdl2/gamecontroller.ha @@ -2,7 +2,7 @@ // The SDL_GameController structure used to identify an SDL game controller. // (Opaque) -export type SDL_GameController = void; +export type SDL_GameController = opaque; // The list of axes available from a controller // -- cgit v1.2.3