#ifndef __CGENDESCRIPTION_HPP__
#define __CGENDESCRIPTION_HPP__
class CGenDescription {
public:
CGenDescription();
~CGenDescription();
private:
char data[0x12c];
};
#endif // __CGENDESCRIPTION_HPP__