Move all constants and types to raylib.go
This commit is contained in:
parent
f71025719c
commit
135a4637a6
12 changed files with 916 additions and 910 deletions
|
@ -20,14 +20,6 @@ import (
|
|||
"unsafe"
|
||||
)
|
||||
|
||||
// Log message types
|
||||
const (
|
||||
LogInfo = iota
|
||||
LogError
|
||||
LogWarning
|
||||
LogDebug
|
||||
)
|
||||
|
||||
var traceDebugMsgs = false
|
||||
|
||||
// SetDebug - Set debug messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue