Move all constants and types to raylib.go

This commit is contained in:
Milan Nikolic 2017-12-07 20:32:31 +01:00
parent f71025719c
commit 135a4637a6
12 changed files with 916 additions and 910 deletions

View file

@ -7,14 +7,6 @@ import (
"os"
)
// Log message types
const (
LogInfo = iota
LogWarning
LogError
LogDebug
)
var traceDebugMsgs = false
// SetDebug - Set debug messages