Add FilterTriggerMoved native.

Add OnPrePlayerThinkFunctions and OnPostPlayerThinkFunctions forward.
This commit is contained in:
2019-10-01 18:49:38 +02:00
parent 82f0946ebe
commit a150d46b8e
5 changed files with 135 additions and 8 deletions

View File

@ -66,7 +66,7 @@ public:
* @brief This is called once all known extensions have been loaded.
* Note: It is is a good idea to add natives here, if any are provided.
*/
//virtual void SDK_OnAllLoaded();
virtual void SDK_OnAllLoaded();
/**
* @brief Called when the pause state is changed.