mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
lua console and some changes
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
|
||||
//namespace fw {
|
||||
|
||||
enum LogLevel {
|
||||
LogDebug = 0,
|
||||
LogInfo,
|
||||
LogWarning,
|
||||
LogError,
|
||||
LogFatal
|
||||
};
|
||||
|
||||
enum AlignmentFlag {
|
||||
AlignLeft = 1,
|
||||
AlignRight = 2,
|
||||
|
||||
Reference in New Issue
Block a user