Add LOVE_EXPORT to a couple macOS functions called from the exe.

This commit is contained in:
Sasha Szpakowski
2022-12-29 10:27:52 -04:00
parent 7876955001
commit b4e9731dfb
+2 -2
View File
@@ -37,13 +37,13 @@ namespace macosx
* in the main bundle (love.app.)
* Returns an empty string if no love file is found.
**/
std::string getLoveInResources();
LOVE_EXPORT std::string getLoveInResources();
/**
* Checks for drop-file events. Returns the filepath if an event occurred, or
* an empty string otherwise.
**/
std::string checkDropEvents();
LOVE_EXPORT std::string checkDropEvents();
/**
* Returns the full path to the executable.