the lines 35 and 41 in that header are defining inline functions; but the compilation process says all time that it's trying to use a function which was never defined before;
i'm under slackware linux 12.0 gcc 4.1.2, and don't understand why it says that the code are using instead defining a inline signature;
advices are welcome.
UnitDrawer.h
Moderator: Moderators
Re: UnitDrawer.h
Fixed. Some compilers don't like when it's defined inline in both the header and the source file.