// mahlaka.h: interface for the mahlaka class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MAHLAKA_H__1A685904_D86D_11D7_8B8F_00E0188AE079__INCLUDED_) #define AFX_MAHLAKA_H__1A685904_D86D_11D7_8B8F_00E0188AE079__INCLUDED_ #include #endif // _MSC_VER > 1000 class Mahlaka { private: int num_mitot; public: int mitot; void input_mitot(); void set_mitot(); int get_mitot(); };