00001 /********************************************************************** 00002 *< 00003 FILE: IGameExporter.h 00004 00005 DESCRIPTION: Includes for Plugins 00006 00007 CREATED BY: 00008 00009 HISTORY: 00010 00011 *> Copyright (c) 2000, All Rights Reserved. 00012 **********************************************************************/ 00013 00014 #ifndef __IGAMEEXPORTER__H 00015 #define __IGAMEEXPORTER__H 00016 00017 #include "Max.h" 00018 #include "resource.h" 00019 #include "istdplug.h" 00020 #include "iparamb2.h" 00021 #include "iparamm2.h" 00022 00023 00024 00025 extern TCHAR *GetString(int id); 00026 00027 extern HINSTANCE hInstance; 00028 00029 #endif // __IGAMEEXPORTER__H
1.2.18