mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
still footbar can not draw
This commit is contained in:
32
sysgo/plugins/HelloWorld/helloworld.go
Normal file
32
sysgo/plugins/HelloWorld/helloworld.go
Normal file
@@ -0,0 +1,32 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"../../UI"
|
||||
)
|
||||
|
||||
type HelloWorldPage struct {
|
||||
UI.Page
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
type HelloWorldPlugin struct {
|
||||
UI.Plugin
|
||||
}
|
||||
|
||||
|
||||
func (self *HelloWorldPlugin) Init( main_screen *UI.MainScreen ) {
|
||||
|
||||
}
|
||||
|
||||
func (self *HelloWorldPlugin) Run( main_screen *UI.MainScreen ) {
|
||||
|
||||
}
|
||||
|
||||
var APIOBJ HelloWorldPlugin
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user