Fix some include paths in tools.
This commit is contained in:
parent
5a8a79b883
commit
e72d3b23ca
@ -34,10 +34,10 @@
|
||||
#endif
|
||||
|
||||
#include "dbcfile.h"
|
||||
#include <ml\mpq.h>
|
||||
#include <ml/mpq.h>
|
||||
|
||||
#include <ml\adt.h>
|
||||
#include <ml\wdt.h>
|
||||
#include <ml/adt.h>
|
||||
#include <ml/wdt.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifndef WIN32
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "dbcfile.h"
|
||||
#undef min
|
||||
#undef max
|
||||
#include <ml\mpq.h>
|
||||
#include <ml/mpq.h>
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
* and lore are copyrighted by Blizzard Entertainment, Inc.
|
||||
*/
|
||||
|
||||
#include <ml\mpq.h>
|
||||
#include <ml/mpq.h>
|
||||
#include "vmapexport.h"
|
||||
#include "model.h"
|
||||
#include "wmo.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#ifndef MODEL_H
|
||||
#define MODEL_H
|
||||
|
||||
#include <ml\loadlib.h>
|
||||
#include <ml/loadlib.h>
|
||||
#include "vec3d.h"
|
||||
#include "modelheaders.h"
|
||||
#include <vector>
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include "wdtfile.h"
|
||||
#include "dbcfile.h"
|
||||
#include "wmo.h"
|
||||
#include <ml\mpq.h>
|
||||
#include <ml/mpq.h>
|
||||
|
||||
#include "vmapexport.h"
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <fstream>
|
||||
#undef min
|
||||
#undef max
|
||||
#include <ml\mpq.h>
|
||||
#include <ml/mpq.h>
|
||||
|
||||
using namespace std;
|
||||
extern uint16* LiqType;
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <string>
|
||||
#include <set>
|
||||
#include "vec3d.h"
|
||||
#include <ml\loadlib.h>
|
||||
#include <ml/loadlib.h>
|
||||
|
||||
// MOPY flags
|
||||
#define WMO_MATERIAL_NOCAMCOLLIDE 0x01
|
||||
|
Loading…
x
Reference in New Issue
Block a user