/********************************************************************** *< FILE: Poltest.h DESCRIPTION: Template Utility CREATED BY: HISTORY: *> Copyright (c) 1997, All Rights Reserved. **********************************************************************/ #ifndef __POLTEST__H #define __POLTEST__H #ifdef STRICT // Already defined by stdafx, #undef STRICT // so we avoid warning linking msg #endif #ifdef _MBCS // The same as above #undef _MBCS #endif #pragma pack(push,8) #include "Max.h" #include "istdplug.h" #include "utilapi.h" #include "Control.h" #include "Mapmoddup.hpp" #include "Modstack.h" #pragma pack(pop) #include "resource.h" TCHAR *GetString(int id); extern ClassDesc* GetPoltestDesc(); extern HINSTANCE hInstance; #endif // __POLTEST__H