mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
little change to support mapeditor again
This commit is contained in:
Submodule modules/client_tibiafiles updated: 9beb17daae...dd648e1431
@@ -25,7 +25,7 @@
|
|||||||
#include "core/game.h"
|
#include "core/game.h"
|
||||||
#include <framework/core/resourcemanager.h>
|
#include <framework/core/resourcemanager.h>
|
||||||
|
|
||||||
OTClient::OTClient() : Application(Otc::AppCompactName)
|
OTClient::OTClient(const std::string& appName) : Application(appName)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
class OTClient : public Application
|
class OTClient : public Application
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
OTClient();
|
OTClient(const std::string &appName = Otc::AppCompactName);
|
||||||
void init(const std::vector<std::string>& args);
|
void init(const std::vector<std::string>& args);
|
||||||
void registerLuaFunctions();
|
void registerLuaFunctions();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user