tibia-client/src/otclient/otclient.cpp

11 lines
232 B
C++
Raw Normal View History

2011-08-15 16:11:24 +02:00
#include "otclient.h"
OTClient g_otclient;
Application& g_app = g_otclient;
2011-08-15 16:11:24 +02: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);
Application::init(Otc::AppName, args);
2011-08-15 16:11:24 +02:00
}