Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PhyExport.h @ 6

Last change on this file since 6 was 6, checked in by anonymous, 17 years ago

=…

File size: 535 bytes
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
26extern TCHAR *GetString(int id);
27
28extern HINSTANCE hInstance;
29
30#endif // __PHYEXPORT__H
Note: See TracBrowser for help on using the repository browser.