source: OGRE/trunk/ogrenew/Tools/3dsmaxExport/plugins/PhysiqueInterface_sources/PhyExport.h @ 657

Revision 657, 565 bytes checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

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.