Coding Questions

Development directions, tasks, and features being actively implemented or pursued by the development team.
Post Reply
AVBJim
Merchant
Merchant
Posts: 42
Joined: Tue Dec 22, 2009 9:16 pm

Coding Questions

Post by AVBJim »

In an effort to understand and map out how the code flows in VS, I have been building a table showing includes for files. I have run into a few questions. Instead of posting more in the odd code of the day, I am going to post my questions here. As the questions are answered, hopefully it will help others and me understand the coding better. Currently it is about #include but will probably branch out as I view more and more accustomed to the code.

File drawlist.h in /vegastrike/vegastrike/src/gfx/nav call include on #include on file navscreen.h in the same folder, however navscreen.h calls #include on the file drawlist.h. I do not think this "looping" of the calls is proper, however, I am unable to determine at this time which #include in which file should be removed.
Post Reply