mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:47:43 +00:00
Initial Menu preparation
This commit is contained in:
@@ -10,7 +10,7 @@ static LogVisor::LogModule Log("Specter::FileBrowser");
|
||||
#define BROWSER_MIN_WIDTH 600
|
||||
#define BROWSER_MIN_HEIGHT 300
|
||||
|
||||
static std::vector<HECL::SystemString> PathComponents(const HECL::SystemString& path)
|
||||
std::vector<HECL::SystemString> FileBrowser::PathComponents(const HECL::SystemString& path)
|
||||
{
|
||||
std::vector<HECL::SystemString> ret;
|
||||
HECL::SystemString sPath = path;
|
||||
|
||||
Reference in New Issue
Block a user