summaryrefslogtreecommitdiff
path: root/src/windows/res.h
AgeCommit message (Collapse)Author
2022-06-21Add windows supportStephen Enders
Create res.h for handling resource loading Update CMakeLists.txt to ensure compilation is passed properly Fix unsupported functions (<limits>) on Windows Use to_str(path) to get path as c_str() returns wchar_t* on windows