mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
make framework more flexible, split cmake files
This commit is contained in:
@@ -6,11 +6,8 @@ function OTClient.init()
|
||||
g_window.resize({ width=800, height=600 })
|
||||
g_window.setTitle('OTClient')
|
||||
g_window.setIcon('otcicon.png')
|
||||
|
||||
addEvent(g_window.show)
|
||||
return true
|
||||
end
|
||||
|
||||
function OTClient.terminate()
|
||||
g_window.hide()
|
||||
end
|
||||
|
Reference in New Issue
Block a user