
how about object types as array.
and when you don't know how many objects you might have. Is there list type i can use instead?
I get the same results.paul doe wrote:@MystikShadows: why don't you try with a header guard, like this?Code: Select all
#ifndef __WHATEVER_BASEITEMCLASS__ #define __WHATEVER_BASEITEMCLASS__ /' Code for the BaseItemClass here '/ #endif