I need some help REALLY quick =D
Posted: Fri Apr 06, 2012 6:46 pm
Can anybody make me a quick bmp loading function?
All I need it to do is load the red values from a 64x64 bmp.
Here's the vars that I have:
All I need is a function that loads a bmp and stores ONLY the red values in the "gameoverscreen" array
+1 to whoever can do this for me
All I need it to do is load the red values from a 64x64 bmp.
Here's the vars that I have:
- Code: Select all
unsigned char gameoverscreen[64][64]
All I need is a function that loads a bmp and stores ONLY the red values in the "gameoverscreen" array
+1 to whoever can do this for me