--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401099
This commit is contained in:
David Anderson 2007-07-13 00:40:42 +00:00
parent 1e455f59ad
commit 22002778bb

View File

@ -97,6 +97,7 @@ struct Extension
struct SharedPlugin
{
const String:name[], /**< Short name */
const String:file[], /**< File name */
bool:required, /**< Whether or not to require */
};