mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Add love.filesystem.mountFullPath.
This commit is contained in:
@@ -31,8 +31,6 @@ namespace love
|
||||
namespace macos
|
||||
{
|
||||
|
||||
std::string getAppdataDirectory();
|
||||
|
||||
/**
|
||||
* Returns the filepath of the first detected love file in the Resources folder
|
||||
* in the main bundle (love.app.)
|
||||
@@ -46,11 +44,6 @@ std::string getLoveInResources();
|
||||
**/
|
||||
std::string checkDropEvents();
|
||||
|
||||
/**
|
||||
* Returns the full path to the executable.
|
||||
**/
|
||||
std::string getExecutablePath();
|
||||
|
||||
/**
|
||||
* Bounce the dock icon, if the app isn't in the foreground.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user