Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
This pull request updates projects' to set the working directory to the current path, enhancing portability and consistency in asset loading.
Configures projects to load assets relative to the current path, making applications more portable.
Replaces GetCurrentDirectory (WinAPI) with std::filesystem::current_path in several instances to simplify code and leverage standard library functionality.
Description
This pull request updates projects' to set the working directory to the current path, enhancing portability and consistency in asset loading.
GetCurrentDirectory
(WinAPI) withstd::filesystem::current_path
in several instances to simplify code and leverage standard library functionality.