Skip to content

Commit

Permalink
revert back to old folder for YimMenu#78
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxann committed Mar 2, 2024
1 parent b12fb7c commit 02662e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace YimMenu
DWORD Main(void*)
{
const auto documents = std::filesystem::path(std::getenv("USERPROFILE")) / "Documents";
FileMgr::Init(documents / "HorseMenu"); // TODO
FileMgr::Init(documents / "HellBase"); // TODO

LogHelper::Init("HorseMenu", FileMgr::GetProjectFile("./cout.log"));

Expand Down

0 comments on commit 02662e8

Please sign in to comment.