2011-08-15 16:11:24 +02:00
|
|
|
#include "otclient.h"
|
|
|
|
|
2011-12-03 22:41:37 +01:00
|
|
|
OTClient g_otclient;
|
|
|
|
Application& g_app = g_otclient;
|
2011-08-15 16:11:24 +02:00
|
|
|
|
2011-12-03 22:41:37 +01:00
|
|
|
void OTClient::init(const std::vector<std::string>& args)
|
2011-08-15 16:11:24 +02:00
|
|
|
{
|
2011-08-28 20:26:57 +02:00
|
|
|
logInfo(Otc::AppName, " ", Otc::AppVersion);
|
2011-12-03 22:41:37 +01:00
|
|
|
Application::init(Otc::AppName, args);
|
2011-08-15 16:11:24 +02:00
|
|
|
}
|