mirror of
https://github.com/edubart/otclient.git
synced 2025-12-02 16:06:51 +01:00
Fix boost locale linkage
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef OTCLIENT_CONST_H
|
||||
#define OTCLIENT_CONST_H
|
||||
#ifndef CLIENT_CONST_H
|
||||
#define CLIENT_CONST_H
|
||||
|
||||
namespace Otc
|
||||
{
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef OTCLIENT_DECLARATIONS_H
|
||||
#define OTCLIENT_DECLARATIONS_H
|
||||
#ifndef CLIENT_DECLARATIONS_H
|
||||
#define CLIENT_DECLARATIONS_H
|
||||
|
||||
#include "global.h"
|
||||
#include <framework/net/declarations.h>
|
||||
|
||||
@@ -38,7 +38,6 @@ Game g_game;
|
||||
|
||||
Game::Game()
|
||||
{
|
||||
resetGameStates();
|
||||
m_protocolVersion = 0;
|
||||
m_clientVersion = 0;
|
||||
m_online = false;
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef OTCLIENT_GLOBAL_H
|
||||
#define OTCLIENT_GLOBAL_H
|
||||
#ifndef CLIENT_GLOBAL_H
|
||||
#define CLIENT_GLOBAL_H
|
||||
|
||||
#include <framework/global.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user