I made some pixel art for a CPU icon and I want to display it on the screen with C2D_DrawImageAt, the first parameter is a C2D_Image. I already have the image inside of a folder called "images" and I want to set the image from that folder to the C2D_Image variable. Problem: I don't know how to set it, do I enter in the directory as a string, do I use a function that I'm not aware of?
