well i am making a player class for a sports game and i am wondering where to put the IntersectRect API. if i put it in the class then i would be declaring it everytime i instanced that class....so i figure i will put it in a module as public.....but then i would have to include that module everytime i use the player class.....
thanks for your thought.
