We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cda13 commit 266b807Copy full SHA for 266b807
extension.cpp
@@ -36,10 +36,13 @@
36
* @brief Implement extension code here.
37
*/
38
39
-#include <string>
40
#include <cstddef>
+#include <cstdint>
41
+#include <string>
42
#include <map>
43
44
+#include <safetyhook.hpp>
45
+
46
#include <sm_namehashset.h>
47
48
#include <tier1/bitbuf.h>
@@ -51,8 +54,6 @@
51
54
#include <dt_send.h>
52
55
#include <edict.h>
53
56
-#include <safetyhook.hpp>
-
57
SendVarEdit g_SendVarEdit; /**< Global singleton for extension's main interface */
58
59
SMEXT_LINK(&g_SendVarEdit);
0 commit comments