Games with Out Linker Errors

Started by
9 comments, last by SpreeTree 19 years, 7 months ago
Looks to me like you just need to look at the use of the extern keyword.

That way you can declare your variables in the header file, as they cant actually be defined in there.

And also, if your not using them, use #ifndef _FILENAME_H_ pairs or #pragma once for VC only code if you prefer.

Spree

This topic is closed to new replies.

Advertisement