DiscoveryGC / FLHook

FLHook for Discovery Freelancer
Other
28 stars 33 forks source link

dynamic_missions/Hooks.cpp invalid #include, does not compile #280

Open PlaYsiADiscovery opened 1 year ago

PlaYsiADiscovery commented 1 year ago

Using what looks like an older style:

include "../flhookplugin_sdk/headers/FLHook.h"

Looking at every other project it should be:

include

Most importantly, does not compile even when manually adding reference and other attempts at wrangling.

1>\FLHook\Plugins\Public\dynamic_missions\Hooks.cpp(2,10): fatal error C1083: Cannot open include file: '../flhookplugin_sdk/headers/FLHook.h': No such file or directory 1>Done building project "DynamicMissions.vcxproj" -- FAILED.

zibbizor commented 3 days ago

This is a really old plugin from the original era that I believe we never updated as DiscoveryFL never made use of it. It's still in the repository mostly for historical purposes.