TMP / assets will be embedded for now

This commit is contained in:
2023-03-09 23:28:35 +01:00
parent 15d41b60bd
commit 9d5ce3dca2
5 changed files with 19 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ class Image {
Byte *getData();
};
Image loadImage(const std::filesystem::path &);
Image loadImage(const std::string &);
} // namespace main
} // namespace progressia