Improve GUI on Android, add OpenAsset function
This commit is contained in:
parent
8fc94a8d3d
commit
56debbf236
7 changed files with 181 additions and 109 deletions
|
@ -17,6 +17,11 @@ const (
|
|||
|
||||
var traceDebugMsgs = false
|
||||
|
||||
// Set debug messages
|
||||
func SetDebug(enabled bool) {
|
||||
traceDebugMsgs = enabled
|
||||
}
|
||||
|
||||
// Trace log
|
||||
func TraceLog(msgType int, text string, v ...interface{}) {
|
||||
switch msgType {
|
||||
|
@ -33,8 +38,3 @@ func TraceLog(msgType int, text string, v ...interface{}) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Set debug messages
|
||||
func SetDebug(enabled bool) {
|
||||
traceDebugMsgs = enabled
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue