mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
add libpng as dependency
* NOTE: you will need to download the new required libraries
This commit is contained in:
@@ -6,6 +6,10 @@ function print(...)
|
||||
g_logger.log(LogInfo, msg)
|
||||
end
|
||||
|
||||
function info(msg)
|
||||
g_logger.log(LogInfo, msg)
|
||||
end
|
||||
|
||||
function warning(msg)
|
||||
g_logger.log(LogWarning, msg)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user