mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Add LOVE_EXPORT to a couple macOS functions called from the exe.
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user