12#ifndef EMBERFORGE_UTILS_RESOURCEPATH_H
13#define EMBERFORGE_UTILS_RESOURCEPATH_H
34 static wxString
Get(
const wxString &relativePath);
41 static wxString
GetDir(
const wxString &relativeDir);
54 static bool Exists(
const wxString &relativePath);
static wxString GetResourcesDir()
Get the base resources directory.
static wxString FindResourcesDir()
static wxString & GetCachedDir()
static bool s_initialized
static wxString Get(const wxString &relativePath)
Get the full path to a resource file.
static wxString GetDir(const wxString &relativeDir)
Get the full path to a resource directory.
static void Refresh()
Force re-detection of resources directory.
static bool Exists(const wxString &relativePath)
Check if a resource exists.