pgLab/pglab/plugin_support/MenuAction.h
2019-01-01 08:26:20 +01:00

11 lines
No EOL
112 B
C++

#ifndef MENUACTION_H
#define MENUACTION_H
class MenuAction
{
public:
MenuAction();
};
#endif // MENUACTION_H