package
Version:
v0.0.0-...-f3028fa
Opens a new window with list of versions in this module.
Published: Oct 21, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Closer interface {
Close()
}
type EventHandler interface {
HandleEvent(game.Event)
}
type Initer interface {
Init() error
}
type Renderer interface {
Render(g *game.Game)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.