Line | |
---|
1 | /********************************************************************** |
---|
2 | *< |
---|
3 | FILE: PhyExport.h |
---|
4 | |
---|
5 | DESCRIPTION: Template Utility |
---|
6 | |
---|
7 | CREATED BY: |
---|
8 | |
---|
9 | HISTORY: |
---|
10 | |
---|
11 | *> Copyright (c) 1997, All Rights Reserved. |
---|
12 | **********************************************************************/ |
---|
13 | |
---|
14 | #ifndef __PHYEXPORT__H |
---|
15 | #define __PHYEXPORT__H |
---|
16 | |
---|
17 | #include "Max.h" |
---|
18 | #include "resource.h" |
---|
19 | #include "istdplug.h" |
---|
20 | #include "iparamb2.h" |
---|
21 | #include "iparamm2.h" |
---|
22 | |
---|
23 | #include <guplib.h> |
---|
24 | |
---|
25 | |
---|
26 | extern TCHAR *GetString(int id); |
---|
27 | |
---|
28 | extern HINSTANCE hInstance; |
---|
29 | |
---|
30 | #endif // __PHYEXPORT__H |
---|
Note: See
TracBrowser
for help on using the repository browser.