1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-21 05:44:06 +00:00

Move logger to components

This commit is contained in:
David Cernat 2016-08-17 06:15:44 +03:00
parent 38c8d2344b
commit e39b66af4f
6 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,6 @@ set(SERVER
Player.cpp Player.cpp
Networking.cpp Networking.cpp
Utils.cpp Utils.cpp
Log.cpp
MasterClient.cpp MasterClient.cpp
Script/Script.cpp Script/ScriptFunction.cpp Script/Script.cpp Script/ScriptFunction.cpp
Script/ScriptFunctions.cpp Script/ScriptFunctions.cpp

View file

@ -8,7 +8,7 @@
#include <iostream> #include <iostream>
#include <RakPeerInterface.h> #include <RakPeerInterface.h>
#include "MasterClient.hpp" #include "MasterClient.hpp"
#include "Log.hpp" #include <components/openmw-mp/Log.hpp>
#include "Networking.hpp" #include "Networking.hpp"
using namespace std; using namespace std;

View file

@ -3,9 +3,9 @@
#include "Player.hpp" #include "Player.hpp"
#include "Networking.hpp" #include "Networking.hpp"
#include "MasterClient.hpp" #include "MasterClient.hpp"
#include "Log.hpp"
#include <RakPeer.h> #include <RakPeer.h>
#include <MessageIdentifiers.h> #include <MessageIdentifiers.h>
#include <components/openmw-mp/Log.hpp>
#include <components/openmw-mp/NetworkMessages.hpp> #include <components/openmw-mp/NetworkMessages.hpp>
#include <apps/openmw-mp/Script/Script.hpp> #include <apps/openmw-mp/Script/Script.hpp>
#include <iostream> #include <iostream>

View file

@ -146,6 +146,7 @@ add_component_dir (version
) )
add_component_dir (openmw-mp add_component_dir (openmw-mp
Log
PacketsController PacketsController
Packets/BasePacket Packets/PacketBaseInfo Packets/PacketPosition Packets/PacketEquiped Packets/PacketAttributesAndStats Packets/BasePacket Packets/PacketBaseInfo Packets/PacketPosition Packets/PacketEquiped Packets/PacketAttributesAndStats
Packets/PacketAttack Packets/PacketMainStats Packets/PacketCell Packets/PacketDrawState Packets/PacketChatMessage Packets/PacketAttack Packets/PacketMainStats Packets/PacketCell Packets/PacketDrawState Packets/PacketChatMessage