ioan-chera / eureka-editor

Eureka is a cross-platform map editor for the DOOM engine games.
http://eureka-editor.sourceforge.net/
64 stars 12 forks source link

Change all path variables from SString to fs::path #133

Closed ioan-chera closed 11 months ago

ioan-chera commented 1 year ago

I want to change all SString variables to fs::path (either std::filesystem or ghc::filesystem for pre-C++17 compatibility) to strip down the complexity we have right now and use a pre-built standard library instead.