kolibrios/programs/games/LaserTank/trunk/customMode.h
ZblCoder fb06cf5f79 LaserTank game added
git-svn-id: svn://kolibrios.org@5276 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-28 18:29:59 +00:00

25 lines
234 B
C++

class CCustomMode // áàçîâûé êëàññ
{
protected: // ñïåöèôèêàòîð äîñòóïà ê ýëåìåíòó value
public:
CCustomMode()
{
}
~CCustomMode()
{
}
void Process()
{
}
void Draw()
{
}
};