Quick commit of ShareSys API change
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40317
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user