Skip to content

Commit

Permalink
autoload dhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
laurirasanen committed Feb 7, 2023
1 parent 38e2c5c commit 9ff3402
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file modified plugins/groundfix.smx
Binary file not shown.
8 changes: 7 additions & 1 deletion scripting/groundfix.sp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
#pragma newdecls required

#include <sourcemod>
#include <dhooks>
#include <sdktools>
#include <halflife>

#define REQUIRE_EXTENSIONS
#define AUTOLOAD_EXTENSIONS
#include <dhooks>
#undef REQUIRE_EXTENSIONS
#undef AUTOLOAD_EXTENSIONS

#if defined DRAWBEAM_TESTING
#include <smlib>
#endif
Expand Down

0 comments on commit 9ff3402

Please sign in to comment.