Hi!
When I want to load an image into a Texture in SFML I need to specify the path to the image. For an example:
texture.loadFromFile("res/logo.png");
The problem when running the compiled executable then is that it needs to accompanied with the res folder. I would like to find a way to embed images into the compiled file, so I only need 1 file to be able to run the program.