If two modules in my game include the same .h or .c file, do I need to do anything to keep the included file from being included twice (with #ifndefs or otherwise)?
Thanks as always, Mark
Entire Thread
Subject
Posted By
Posted
Do I need to do anything to avoid redundant includes?