Add DrawLineBezier, update C sources

This commit is contained in:
Milan Nikolic 2017-03-17 22:59:59 +01:00
parent 4b0156cccf
commit 3b28d17b95
10 changed files with 217 additions and 605 deletions

View file

@ -22,7 +22,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: