Added nuake wren modules path detection, removed project stuff

This commit is contained in:
Antoine Pilote
2021-07-03 16:00:13 -04:00
parent 2fff0594b0
commit f5bcb12f61
23 changed files with 37 additions and 533 deletions

View File

@@ -35,7 +35,6 @@ std::string FileDialog::OpenFile(const char* filter)
}
std::string FileDialog::SaveFile(const char* filter)
{
OPENFILENAMEA ofn;
CHAR szFile[260] = { 0 };
ZeroMemory(&ofn, sizeof(OPENFILENAME));