mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-30 20:22:04 +00:00 
			
		
		
		
	fix include paths
This commit is contained in:
		| @@ -5,7 +5,6 @@ | ||||
| #include "RakNetTypes.h" | ||||
| #include "Character.h" | ||||
| #include "Component.h" | ||||
| #include "Item.h" | ||||
| #include <string> | ||||
| #include "CDMissionsTable.h" | ||||
| #include "tinyxml2.h" | ||||
| @@ -15,6 +14,8 @@ | ||||
|  | ||||
| enum class eGameActivity : uint32_t; | ||||
|  | ||||
| class Item; | ||||
|  | ||||
| /** | ||||
|  * The statistics that can be achieved per zone | ||||
|  */ | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| #pragma once | ||||
|  | ||||
| #include "dCommonVars.h" | ||||
| #include "eLootSourceType.h" | ||||
| #include <unordered_map> | ||||
|  | ||||
| class Entity; | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
| #include "ZoneInstanceManager.h" | ||||
| #include "MD5.h" | ||||
| #include "GeneralUtils.h" | ||||
| #include "ClientVersion.h" | ||||
| #include "dClient/ClientVersion.h" | ||||
|  | ||||
| #include <bcrypt/BCrypt.hpp> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Markowitz
					David Markowitz