mirror of
https://github.com/AxioDL/PrimeAPI.git
synced 2026-03-30 11:38:46 -07:00
11 lines
114 B
C++
11 lines
114 B
C++
#ifndef CMFGAME_HPP
|
|
#define CMFGAME_HPP
|
|
|
|
class CMFGame
|
|
{
|
|
public:
|
|
void Draw() const;
|
|
};
|
|
|
|
#endif // CMFGAME_HPP
|