Quick commit of ShareSys API change

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40317
This commit is contained in:
David Anderson
2007-01-18 20:30:45 +00:00
parent 4ac5297d11
commit 232e027137
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -78,9 +78,9 @@ namespace SourceMod
* @brief Adds a list of natives to the global native pool.
*
* @param token Identity token of parent object.
* @param natives Array of natives to add, NULL terminated.
* @param natives Array of natives to add. The last entry must have NULL members.
*/
virtual void AddNatives(IdentityToken_t *token, const sp_nativeinfo_t *natives[]) =0;
virtual void AddNatives(IExtension *myself, const sp_nativeinfo_t *natives) =0;
/**
* @brief Creates a new identity type.