Bezig met plugin menu systeem
This commit is contained in:
parent
601d071d0f
commit
048843a1d4
10 changed files with 93 additions and 16 deletions
11
pglab/plugin_support/LMenuSection.h
Normal file
11
pglab/plugin_support/LMenuSection.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef LMENUSECTION_H
|
||||
#define LMENUSECTION_H
|
||||
|
||||
/** Logical grouping within a menu
|
||||
*/
|
||||
class LMenuSection {
|
||||
public:
|
||||
LMenuSection();
|
||||
};
|
||||
|
||||
#endif // LMENUSECTION_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue