rename LauncherGo to LauncherGoDev

This commit is contained in:
cuu
2018-12-03 14:13:18 +08:00
parent 776eaa1378
commit d6e8b2864e
21 changed files with 29 additions and 29 deletions

View File

@@ -13,8 +13,8 @@ import (
"github.com/cuu/gogame/rect"
"github.com/cuu/gogame/color"
*/
"github.com/cuu/LauncherGo/sysgo/UI"
//"github.com/cuu/LauncherGo/sysgo/DBUS"
"github.com/cuu/LauncherGoDev/sysgo/UI"
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
)
/******************************************************************************/

View File

@@ -3,7 +3,7 @@ package main
import(
"fmt"
"github.com/cuu/gogame/event"
"github.com/cuu/LauncherGo/sysgo/UI"
"github.com/cuu/LauncherGoDev/sysgo/UI"
)
type OnChangeCB_T func(int)