ebiten/ui/ui.go

7 lines
75 B
Go
Raw Normal View History

2013-06-15 10:07:14 +02:00
package ui
func ExecuteOnUIThread(f func()) {
// TODO: implement!
f()
}