pgLab/pglab/plugin_support/LMenuSection.h

12 lines
164 B
C
Raw Normal View History

2019-08-15 12:40:29 +02:00
#ifndef LMENUSECTION_H
#define LMENUSECTION_H
/** Logical grouping within a menu
*/
class LMenuSection {
public:
LMenuSection();
};
#endif // LMENUSECTION_H