-
Notifications
You must be signed in to change notification settings - Fork 9
/
rgm2max.h
48 lines (42 loc) · 1.28 KB
/
rgm2max.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#pragma once
//**************************************************************************/
// Copyright (c) 1998-2007 Autodesk, Inc.
// All rights reserved.
//
// These coded instructions, statements, and computer programs contain
// unpublished proprietary information written by Autodesk, Inc., and are
// protected by Federal copyright law. They may not be disclosed to third
// parties or copied or duplicated in any form, in whole or in part, without
// the prior written consent of Autodesk, Inc.
//**************************************************************************/
// DESCRIPTION: Includes for Plugins
// AUTHOR:
//***************************************************************************/
#include "3dsmaxsdk_preinclude.h"
#include "resource.h"
#include <istdplug.h>
#include <iparamb2.h>
#include <iparamm2.h>
#include <maxtypes.h>
#include <intrin.h>
#include <comdef.h>
#include <maxapi.h>
#include <map>
#include <triobj.h>
#include <maxapi.h>
#include <CS/Phyexp.h>
#include <list>
#include <string>
#include <sstream>
#include <iskin.h>
#include <MeshNormalSpec.h>
#include "imtl.h"
#include <stdmat.h>
//SIMPLE TYPE
#include "AuModel.h"
#include <impexp.h>
#include <impapi.h>
#include <direct.h>
#include <commdlg.h>
extern TCHAR *GetString(int id);
extern HINSTANCE hInstance;