Well, ok, I'm trying to make this "Snake" game. I have a FruitClass and I have a SnakeClass. But there are these two vectors that I need to use in both classes. The vectors are declared in the public part of the Snake Class. How can I use those vectors in the FruitClass? btw, cheesymoo, I tried that it didn't work