mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
Update Waypoint System and Commands
Update Waypoint System and Commands
This commit is contained in:
parent
870b4dd0a4
commit
6ac38a0d65
48 changed files with 455 additions and 323 deletions
|
|
@ -24,6 +24,11 @@
|
|||
|
||||
#include "Config.h"
|
||||
#include <ace/Configuration_Import_Export.h>
|
||||
#include <mutex>
|
||||
|
||||
#include <unordered_map>
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
|
||||
#include "Policies/Singleton.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,10 @@
|
|||
#include "Common/Common.h"
|
||||
#include <Policies/Singleton.h>
|
||||
#include "Platform/Define.h"
|
||||
#include <mutex>
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
class ACE_Configuration_Heap;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue