mirror of
https://github.com/yeslayla/golang-game-framework.git
synced 2025-01-14 04:53:32 +01:00
8 lines
96 B
Go
8 lines
96 B
Go
package sdl
|
|
|
|
import (
|
|
"github.com/veandco/go-sdl2/sdl"
|
|
)
|
|
|
|
type SdlEventHandler func(sdl.Event)
|