![]()  | 
![]()  | 
![]()  | 
![]()  | 
A structure that defines a frugal editor
        typedef struct ResPluginFrugalEditor_ {
                /* the common stuff */
                ResPluginCommon_t common;
                /* the frugal editor */
                ResPluginFrugalCreateF_t *create;
                } ResPluginFrugalEditor_t;
This structure defines the elements and functions for a frugal editor required for the frugal_editors array of ResPlugin_t.
ResPluginFrugalEditor_t has these members:
ResPlugin_t, ResPluginCommon_t.
![]()  | 
![]()  | 
![]()  | 
![]()  |