mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Added home dir lookup.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
TEST_CASE("Settings", "")
|
||||
{
|
||||
bx::FilePath filePath;
|
||||
filePath.set(bx::TempDir::Tag);
|
||||
filePath.set(bx::Dir::Temp);
|
||||
filePath.join("settings.ini");
|
||||
|
||||
bx::DefaultAllocator allocator;
|
||||
|
||||
Reference in New Issue
Block a user