#ifndef T2DLL_T2WORDDEFARRAY_H #define T2DLL_T2WORDDEFARRAY_H #include "../common.h" class AFX_CLASS_EXPORT T2WordDefArray { public: T2WordDefArray(HINSTANCE instance); virtual ~T2WordDefArray(); void GetWords(unsigned int sex, unsigned int age, unsigned int flags, unsigned int level, CString& outStr) const; protected: HINSTANCE mInstance; }; #endif