mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix compile for ancient max versions
This commit is contained in:
@ -59,15 +59,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <commdlg.h>
|
||||
#include <windowsx.h>
|
||||
|
||||
// MaxMain
|
||||
#include "MaxMain/plMaxNode.h"
|
||||
#include "MaxMain/MaxCompat.h"
|
||||
|
||||
// Misc 3dsm SDK
|
||||
#include <max.h>
|
||||
#include <bmmlib.h>
|
||||
#include <iparamm2.h>
|
||||
#include <istdplug.h>
|
||||
#include <max.h>
|
||||
#include <maxicon.h>
|
||||
#include <notetrck.h>
|
||||
#include <notify.h>
|
||||
@ -75,6 +71,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <texutil.h>
|
||||
#include <triobj.h>
|
||||
|
||||
// MaxMain
|
||||
#include "MaxMain/plMaxNode.h"
|
||||
#include "MaxMain/MaxCompat.h"
|
||||
|
||||
// Local
|
||||
#include "resource.h"
|
||||
|
||||
|
Reference in New Issue
Block a user