i am getting a REALLY annoying error. i literally looked everywhere for it! i even went back and changed all of my
if (case) // to-do
Watch this line:
image_buffer_ = NULL; // just set it to null if it doesn't :\
This begins a multi-line comment, commenting out the following:
}
Your compiler should warn you about this.
Remove the \ and then you can move on to the rest of your warnings and errors!
\