Add FreeType, progress to title screen

This commit is contained in:
elasota
2019-12-21 18:40:17 -05:00
parent c9c6976344
commit 8354d13a84
901 changed files with 444265 additions and 440 deletions

View File

@@ -2,7 +2,8 @@
#include "HostFileSystem.h"
#include "GpCoreDefs.h"
#include "GpCoreDefs.h"
#include "GpWindows.h"
#include <string>
@@ -21,6 +22,10 @@ private:
bool ResolvePath(PortabilityLayer::EVirtualDirectory virtualDirectory, const char *path, wchar_t *outPath);
std::wstring m_prefsDir;
std::wstring m_packagedDir;
std::wstring m_housesDir;
std::wstring m_resourcesDir;
wchar_t m_executablePath[MAX_PATH];
static GpFileSystem_Win32 ms_instance;
};