forked from teamnwah/openmw-tes3coop
Move logger to components
This commit is contained in:
parent
38c8d2344b
commit
e39b66af4f
6 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,6 @@ set(SERVER
|
|||
Player.cpp
|
||||
Networking.cpp
|
||||
Utils.cpp
|
||||
Log.cpp
|
||||
MasterClient.cpp
|
||||
Script/Script.cpp Script/ScriptFunction.cpp
|
||||
Script/ScriptFunctions.cpp
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <iostream>
|
||||
#include <RakPeerInterface.h>
|
||||
#include "MasterClient.hpp"
|
||||
#include "Log.hpp"
|
||||
#include <components/openmw-mp/Log.hpp>
|
||||
#include "Networking.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
#include "Player.hpp"
|
||||
#include "Networking.hpp"
|
||||
#include "MasterClient.hpp"
|
||||
#include "Log.hpp"
|
||||
#include <RakPeer.h>
|
||||
#include <MessageIdentifiers.h>
|
||||
#include <components/openmw-mp/Log.hpp>
|
||||
#include <components/openmw-mp/NetworkMessages.hpp>
|
||||
#include <apps/openmw-mp/Script/Script.hpp>
|
||||
#include <iostream>
|
||||
|
|
|
@ -146,6 +146,7 @@ add_component_dir (version
|
|||
)
|
||||
|
||||
add_component_dir (openmw-mp
|
||||
Log
|
||||
PacketsController
|
||||
Packets/BasePacket Packets/PacketBaseInfo Packets/PacketPosition Packets/PacketEquiped Packets/PacketAttributesAndStats
|
||||
Packets/PacketAttack Packets/PacketMainStats Packets/PacketCell Packets/PacketDrawState Packets/PacketChatMessage
|
||||
|
|
Loading…
Reference in a new issue