Ultralight-API
Ultralight-API copied to clipboard
Change header include paths to be relative
I'm in the process of making a library which integrates Ultralight with JUCE (an audio framework). It would be good if users don't have to modify their include paths when the use this, JUCE has a module system to manage 3rd party code which I'm hooking into.
The include paths in these Ultralight headers currently require them to all be on the main include path for it to work, this PR proposes changing them to be relative imports - which should work whether Ultralight is on the include path or not.