Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Plugin meta data */
- typedef struct tagMetaData {
- const char* name; /* Name of the plugin */
- const char* author; /* Name/Nick of the plugin author */
- const char* description; /* *Short* description of plugin functionality (may be multiple lines) */
- const char* web; /* Authors website if any */
- const char* guid; /* Plugins unique GUID */
- const char** dependencies; /* Array of plugin dependencies */
- uint32_t numDependencies; /* Number of plugin GUIDs in dependencies array */
- double version; /* Plugin version */
- double apiVersion; /* API version the plugin was compiled against */
- double compatibleVersion; /* Earliest API version the plugin can be used with */
- } MetaData, *MetaDataPtr;
Advertisement
Add Comment
Please, Sign In to add comment