Fix some include paths in tools.

This commit is contained in:
H0zen 2015-09-08 12:52:00 +03:00
parent 5a8a79b883
commit e72d3b23ca
7 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -25,7 +25,7 @@
#include "dbcfile.h"
#undef min
#undef max
#include <ml\mpq.h>
#include <ml/mpq.h>
#include <cstdio>

View File

@ -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"

View File

@ -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>

View File

@ -50,7 +50,7 @@
#include "wdtfile.h"
#include "dbcfile.h"
#include "wmo.h"
#include <ml\mpq.h>
#include <ml/mpq.h>
#include "vmapexport.h"

View File

@ -32,7 +32,7 @@
#include <fstream>
#undef min
#undef max
#include <ml\mpq.h>
#include <ml/mpq.h>
using namespace std;
extern uint16* LiqType;

View File

@ -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