2
0
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:
Jack Andersen
2016-01-12 15:31:50 -10:00
parent 54a5abc921
commit 531dafdc68
13 changed files with 634 additions and 134 deletions

View File

@@ -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;