initial import of plugin loading code

little fixes to API
temporarily commented dependency iface until final

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40177
This commit is contained in:
David Anderson
2006-11-10 07:49:38 +00:00
parent ace0d842e5
commit ac761f61ce
6 changed files with 37 additions and 26 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ namespace SourcePawn
virtual IPluginContext *CreateBaseContext(sp_context_t *ctx) =0;
/**
* Frees a context.
* Frees a base context. Does not free the sp_context_t it holds.
*
* @param ctx Context pointer to free.
*/