tp/include/SComponent/c_cc_d
LC c37cd04585
c_m3d: Make use of forward declarations (#104)
Some inline helper function of the included files in the header make use
of functions defined within it. This can cause a circular dependency
cycle if said helper functions are ever defined within the classes.

To break this potential cycle, we can use forward declarations.

This also has the benefit of reducing preprocessing overhead a little
bit.
2021-01-26 21:29:28 -05:00
..
asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_cc_d.h c_m3d: Make use of forward declarations (#104) 2021-01-26 21:29:28 -05:00