pgLab/pglab/plugin_support/LMenuSection.h
2019-08-15 12:40:29 +02:00

11 lines
164 B
C++

#ifndef LMENUSECTION_H
#define LMENUSECTION_H
/** Logical grouping within a menu
*/
class LMenuSection {
public:
LMenuSection();
};
#endif // LMENUSECTION_H