alliedmodders / sourcemod

SourceMod - Source Engine Scripting and Administration
http://www.sourcemod.net/
985 stars 423 forks source link

CDetour: what the extension.h? #1440

Closed Wend4r closed 3 years ago

Wend4r commented 3 years ago

What the extension.h?

https://github.com/alliedmodders/sourcemod/blob/ae485c311541bb0fa609e5a9a33e0fdf1595fd56/public/CDetour/detours.h#L35

Where is it located?

asherkin commented 3 years ago

It is your extension's main header file, e.g. https://github.com/alliedmodders/sourcemod/blob/master/public/sample_ext/extension.h for sample_ext.

Please use the forum or Discord for questions like this in the future.

Wend4r commented 3 years ago

Thank you.

gcc (Debian 8.3.0-6) 8.3.0

It's just trying to find extension.h relatively sourcemod/public/CDetour/