View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-21-2011 , 23:58   Re: hook virtual destructor
Reply With Quote #8

Quote:
Originally Posted by raydan View Post
i know destructor no return, but which SH_DECL_MANUALHOOK0 should i use?
The one for things with no return value?

Think about how you declare functions like that.
Code:
void blah();
Could it possibly be the _void one then?

__________________
asherkin is offline