My dependency structure is all over the place which makes compile time endless and the code bulky. Let's optimize that by maybe adding fwd like described here:
https://www.gamedev.net/forums/topic/693436-whenhow-often-should-i-be-using-forward-declaration/5362749/
http://www.gotw.ca/gotw/007.htm
My dependency structure is all over the place which makes compile time endless and the code bulky. Let's optimize that by maybe adding fwd like described here:
https://www.gamedev.net/forums/topic/693436-whenhow-often-should-i-be-using-forward-declaration/5362749/
http://www.gotw.ca/gotw/007.htm