Add DrawLineBezier, update C sources
This commit is contained in:
parent
4b0156cccf
commit
3b28d17b95
10 changed files with 217 additions and 605 deletions
|
@ -35,7 +35,7 @@ func SetDebug(enabled bool) {
|
|||
traceDebugMsgs = enabled
|
||||
}
|
||||
|
||||
// TraceLog - Trace log
|
||||
// TraceLog - Trace log messages showing (INFO, WARNING, ERROR, DEBUG)
|
||||
func TraceLog(msgType int, text string, v ...interface{}) {
|
||||
switch msgType {
|
||||
case LogInfo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue