Enable JSFX plugin support in Ildaeil

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-25 14:19:05 +01:00
parent 70d73741ee
commit 20e6f30bcc
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 71 additions and 17 deletions

View file

@ -47,6 +47,7 @@ bool isStandalone();
enum SpecialPath {
kSpecialPathUserProfile,
kSpecialPathCommonProgramFiles,
kSpecialPathAppData,
};
std::string getSpecialPath(SpecialPath type);
#endif