Files

11 lines
114 B
C++

#ifndef CMFGAME_HPP
#define CMFGAME_HPP
class CMFGame
{
public:
void Draw() const;
};
#endif // CMFGAME_HPP