Few compile time attempts to speed things up
Swap include guards for pramga once
Change compile options in the cmakeLists for source
generate a pch
small tweaks
This lets you attach a 32 bit netMask to the field, so that when it is changed, it automatically flags the associated bitmasks on the netobject as dirty.
This is to shortcut having to flag certain masks being marked as dirty through protected fields and just simplify/streamline the code.