mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 16:07:12 +01:00
make framework more flexible, split cmake files
This commit is contained in:
@@ -25,8 +25,9 @@
|
||||
int main(int argc, const char* argv[])
|
||||
{
|
||||
std::vector<std::string> args(argv, argv + argc);
|
||||
g_otclient.init(args);
|
||||
g_otclient.run();
|
||||
g_otclient.terminate();
|
||||
OTClient otclient;
|
||||
otclient.init(args);
|
||||
otclient.run();
|
||||
otclient.terminate();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user