compile error, lua const

This commit is contained in:
Henrique Santiago
2012-06-01 17:53:04 -03:00
parent 14db1066fc
commit 6fce78d519
3 changed files with 7 additions and 4 deletions

View File

@@ -12,7 +12,10 @@ LogWarning = 2
LogError = 3
LogFatal = 4
MouseFocusReason = 0
KeyboardFocusReason = 1
ActiveFocusReason = 2
OtherFocusReason = 3
KeyboardNoModifier = 0
KeyboardCtrlModifier = 1