tp/libs/SSystem
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
..
SComponent c_m3d: Make use of forward declarations (#104) 2021-01-26 21:29:28 -05:00
SStandard decompile s_basic, cleanup mangled names in f_pc (#101) 2021-01-26 17:11:50 -05:00