Hi all. Im trying to compile a program with 30 source files and like 20 headers, so posting the code wont be a good idea. However i can post the part that the compiler is complaining about.

I recently added a feature to one of the source files and made all the available headers and chars. But when i compiled i got this error.

Code:
error C2146: syntax error : missing ';' before identifier 'GameDav'
So i've been pouring over the code over and over, and i cant see anything that could make this error. Could anyone offer some help? Thanx in advance!