Skip to content

Commit

Permalink
Include sdktools.inc in include file #4
Browse files Browse the repository at this point in the history
Needed when using the DHookSetFromConf native for the SDKFuncConfSource enum.
  • Loading branch information
peace-maker committed Jun 5, 2020
1 parent 568ada2 commit 86bfea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sourcemod/scripting/include/dhooks.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#endif
#define _dhooks_included

// Needed for the SDKFuncConfSource enum.
#include <sdktools>

enum ObjectValueType
{
ObjectValueType_Int = 0,
Expand Down

0 comments on commit 86bfea5

Please sign in to comment.