summaryrefslogtreecommitdiff
path: root/src/windows/res.h
AgeCommit message (Collapse)Author
2022-06-24Select level via command line (linux tested)Steph Enders
2022-06-24Remove unnecessary typedefSteph Enders
Idk why I thought that was necessary to avoid: "struct Name" in every place? maybe its a C thing? IDR
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