mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 13:01:42 +00:00
Fixed: Compile error when using 3ds Max 2011 SDK.
This commit is contained in:
parent
95bcd14648
commit
541f678317
1 changed files with 1 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
||||||
// From MAXSDK
|
// From MAXSDK
|
||||||
#include <MaxScrpt/maxscrpt.h>
|
#include <MaxScrpt/maxscrpt.h>
|
||||||
|
|
||||||
|
#include "max_to_ligo.h"
|
||||||
|
|
||||||
#undef min
|
#undef min
|
||||||
#undef max
|
#undef max
|
||||||
|
@ -24,8 +25,6 @@
|
||||||
// From nel misc
|
// From nel misc
|
||||||
#include "nel/misc/stream.h"
|
#include "nel/misc/stream.h"
|
||||||
|
|
||||||
#include "max_to_ligo.h"
|
|
||||||
|
|
||||||
// From ligo library
|
// From ligo library
|
||||||
#include "nel/../../src/ligo/zone_template.h"
|
#include "nel/../../src/ligo/zone_template.h"
|
||||||
#include "nel/ligo/ligo_config.h"
|
#include "nel/ligo/ligo_config.h"
|
||||||
|
|
Loading…
Reference in a new issue