12.02.2016, 10:08
A file only gets included once unless you specifically tell the compiler to include it a second time. It is however not smart to split up your mode by declaration type (e.g. all variables in one include and all forward declarations in another). It is far more useful to split up by functionality, e.g. all house stuff in one include and all vehicle stuff in another.

