internal/cbackend: bug fix: compile error

This commit is contained in:
Hajime Hoshi 2022-02-06 18:58:04 +09:00
parent 3b7b66170f
commit 0eecab8278

View File

@ -66,6 +66,8 @@ import (
"reflect"
"time"
"unsafe"
"github.com/hajimehoshi/ebiten/v2/internal/ui"
)
type Gamepad struct {