diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-09-22 14:27:12 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-09-22 14:27:12 +0200 |
| commit | 260b9effb19fe85604f05ccf0be18795fd2bc782 (patch) | |
| tree | 283fc37827b7f0c4eacd8672383ebe0c89c8cdc4 /sdl2/gamecontroller.ha | |
| parent | Add SDL_CreateTextureFromSurface() (diff) | |
| download | hare-chip8-260b9effb19fe85604f05ccf0be18795fd2bc782.tar.gz | |
all: fix build errors
Diffstat (limited to '')
| -rw-r--r-- | sdl2/gamecontroller.ha | 2 |
1 files changed, 1 insertions, 1 deletions
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 // |
