mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
moved header libraries
This commit is contained in:
parent
ab6df26f92
commit
bbd6c5b532
3
Makefile
3
Makefile
@ -39,7 +39,8 @@ HDR=\
|
|||||||
src/CNShardServer.hpp\
|
src/CNShardServer.hpp\
|
||||||
src/CNShared.hpp\
|
src/CNShared.hpp\
|
||||||
src/CNStructs.hpp\
|
src/CNStructs.hpp\
|
||||||
src/INIReader.hpp\
|
src/contrib/INIReader.hpp\
|
||||||
|
src/contrib/JSON.hpp\
|
||||||
src/NanoManager.hpp\
|
src/NanoManager.hpp\
|
||||||
src/ItemManager.hpp\
|
src/ItemManager.hpp\
|
||||||
src/NPCManager.hpp\
|
src/NPCManager.hpp\
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include <list>
|
#include <list>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#include "JSON.hpp"
|
#include "contrib/JSON.hpp"
|
||||||
|
|
||||||
std::map<int32_t, BaseNPC> NPCManager::NPCs;
|
std::map<int32_t, BaseNPC> NPCManager::NPCs;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "settings.hpp"
|
#include "settings.hpp"
|
||||||
#include "INIReader.hpp"
|
#include "contrib/INIReader.hpp"
|
||||||
|
|
||||||
// defaults :)
|
// defaults :)
|
||||||
int settings::LOGINPORT = 8001;
|
int settings::LOGINPORT = 8001;
|
||||||
|
Loading…
Reference in New Issue
Block a user