Original Post
Hi!
If I create an RTS. I have certain objects such as the pathfinder object which needs at its creation a pointer to a map object that you create beforehand. I have units too which want access to the pathfinder and at the same time the map. How would I organize the data in C++? Thanks in advance