mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fix includes
--HG-- branch : develop
This commit is contained in:
parent
9678b56ed5
commit
7fed632c54
2 changed files with 2 additions and 2 deletions
|
@ -1509,7 +1509,7 @@ NLMISC_DYNVARIABLE( uint32, RyzomSeason, "Get season number (0=Spring)" )
|
||||||
|
|
||||||
#ifdef DEPOSIT_MAP_GENERATION
|
#ifdef DEPOSIT_MAP_GENERATION
|
||||||
|
|
||||||
#include "server_share/bmp4image.h"
|
#include "game_share/bmp4image.h"
|
||||||
#include <nel/misc/words_dictionary.h>
|
#include <nel/misc/words_dictionary.h>
|
||||||
|
|
||||||
typedef std::map< std::string, pair< pair< float, float >, uint > > CSUMap;
|
typedef std::map< std::string, pair< pair< float, float >, uint > > CSUMap;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include "egs_mirror.h"
|
#include "egs_mirror.h"
|
||||||
#include "area_geometry.h"
|
#include "area_geometry.h"
|
||||||
#include "server_share/bmp4image.h"
|
#include "game_share/bmp4image.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue