11 lines
No EOL
112 B
C++
11 lines
No EOL
112 B
C++
#ifndef MENUACTION_H
|
|
#define MENUACTION_H
|
|
|
|
|
|
class MenuAction
|
|
{
|
|
public:
|
|
MenuAction();
|
|
};
|
|
|
|
#endif // MENUACTION_H
|