Game Programming – Assignment day 9
|
Continued working on the soundclip, musicclip and soundmanager classes today, encountered some problems while trying to test them. I got a build error saying I had 15 unresolved externals, not sure what it’s supposed to mean. As I understand it ”unresolved external” means I have made something in a header file that has not been defined in a source file, but I can find no such thing, certainly not 15.
I also helped my co-worker find and correct an error with the collision class he’s been working on. |