Update dependencies and necessary changes to tools
This commit is contained in:
parent
3c2e8d17ec
commit
a045b78e00
2
dep
2
dep
@ -1 +1 @@
|
|||||||
Subproject commit 0f87f738f67e1d421647089ae51ba2eabde1deb6
|
Subproject commit 6893d7d4a3717e15364b1a63ba06df371aa382e8
|
@ -34,10 +34,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "dbcfile.h"
|
#include "dbcfile.h"
|
||||||
#include "mpq_libmpq.h"
|
#include <ml\mpq.h>
|
||||||
|
|
||||||
#include <adt.h>
|
#include <ml\adt.h>
|
||||||
#include <wdt.h>
|
#include <ml\wdt.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "dbcfile.h"
|
#include "dbcfile.h"
|
||||||
#undef min
|
#undef min
|
||||||
#undef max
|
#undef max
|
||||||
#include "mpq_libmpq.h"
|
#include <ml\mpq.h>
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define ADT_H
|
#define ADT_H
|
||||||
|
|
||||||
#include <libmpq/mpq.h>
|
#include <libmpq/mpq.h>
|
||||||
#include "mpq_libmpq.h"
|
#include <ml/mpq.h>
|
||||||
#include "wmo.h"
|
#include "wmo.h"
|
||||||
#include "vmapexport.h"
|
#include "vmapexport.h"
|
||||||
#include "model.h"
|
#include "model.h"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "dbcfile.h"
|
#include "dbcfile.h"
|
||||||
#undef min
|
#undef min
|
||||||
#undef max
|
#undef max
|
||||||
#include "mpq_libmpq.h"
|
#include <ml/mpq.h>
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
* and lore are copyrighted by Blizzard Entertainment, Inc.
|
* and lore are copyrighted by Blizzard Entertainment, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mpq_libmpq.h"
|
#include <ml\mpq.h>
|
||||||
#include "vmapexport.h"
|
#include "vmapexport.h"
|
||||||
#include "model.h"
|
#include "model.h"
|
||||||
#include "wmo.h"
|
#include "wmo.h"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#ifndef MODEL_H
|
#ifndef MODEL_H
|
||||||
#define MODEL_H
|
#define MODEL_H
|
||||||
|
|
||||||
#include "loadlib.h"
|
#include <ml\loadlib.h>
|
||||||
#include "vec3d.h"
|
#include "vec3d.h"
|
||||||
#include "modelheaders.h"
|
#include "modelheaders.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
#include "wdtfile.h"
|
#include "wdtfile.h"
|
||||||
#include "dbcfile.h"
|
#include "dbcfile.h"
|
||||||
#include "wmo.h"
|
#include "wmo.h"
|
||||||
#include "mpq_libmpq.h"
|
#include <ml\mpq.h>
|
||||||
|
|
||||||
#include "vmapexport.h"
|
#include "vmapexport.h"
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#ifndef WDTFILE_H
|
#ifndef WDTFILE_H
|
||||||
#define WDTFILE_H
|
#define WDTFILE_H
|
||||||
|
|
||||||
#include "mpq_libmpq.h"
|
#include <ml/mpq.h>
|
||||||
#include "wmo.h"
|
#include "wmo.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include <fstream>
|
#include <fstream>
|
||||||
#undef min
|
#undef min
|
||||||
#undef max
|
#undef max
|
||||||
#include "mpq_libmpq.h"
|
#include <ml\mpq.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
extern uint16* LiqType;
|
extern uint16* LiqType;
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include "vec3d.h"
|
#include "vec3d.h"
|
||||||
#include <loadlib.h>
|
#include <ml\loadlib.h>
|
||||||
|
|
||||||
// MOPY flags
|
// MOPY flags
|
||||||
#define WMO_MATERIAL_NOCAMCOLLIDE 0x01
|
#define WMO_MATERIAL_NOCAMCOLLIDE 0x01
|
||||||
|
Loading…
x
Reference in New Issue
Block a user