tp/include/SComponent
LC ec9b03241d
Z2AudioLib: Migrate declarations out of functions.h to respective files (#96)
Removes the strong dependency on a single header file and moves
declarations to their respective header file.

This allows for making dependencies explicit in cpp files and other
headers, and also makes it much easier to track where everything related
to a particular component is.

This change also creates a few header files that previously didn't
exist, making it much nicer for people implementing things, as they
won't need to create the header file, it'll just be there ready to go.

Ideally functions.h wouldn't even be a thing, as this header adds a lot
of preprocessing overhead due to its size, and will continue to grow
significantly larger over the lifespan of the project, which can also
impact the performance of editors that do dependency lookups and
context-aware syntax highlighting.
2021-01-25 12:57:46 -05:00
..
c_angle/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_bg_s_chk/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_bg_s_gnd_chk/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_bg_s_lin_chk/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_bg_s_poly_info/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_bg_s_shdw_draw/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_cc_d Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
c_cc_s normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_lib/asm c_lib: Decomp a few functions (#89) 2021-01-21 20:29:22 -05:00
c_m2d/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_m3d Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
c_m3d_g_aab/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_m3d_g_cir/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_m3d_g_cps/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_m3d_g_cyl/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_m3d_g_lin/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_m3d_g_pla/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_m3d_g_sph/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_m3d_g_tri/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_math/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_phase/asm move asm in TUs to files, add diff.py 2020-12-26 13:03:37 -05:00
c_request/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_sxyz/asm Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_xyz Z2AudioLib misc decomp (#75) 2021-01-21 23:16:51 -05:00
c_API_controller_pad.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_API_graphic.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_angle.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_bg_s_chk.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_bg_s_gnd_chk.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_bg_s_lin_chk.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_bg_s_poly_info.h Split SComponent (#45) 2021-01-06 20:04:53 -05:00
c_bg_s_shdw_draw.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_bg_w.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_lib.h c_lib: Decomp a few functions (#89) 2021-01-21 20:29:22 -05:00
c_list.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_list_iter.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_m2d.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_m3d.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_m3d_g_aab.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_m3d_g_cir.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_m3d_g_cps.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_m3d_g_cyl.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
c_m3d_g_lin.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_m3d_g_pla.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_m3d_g_sph.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
c_m3d_g_tri.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_malloc.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_math.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_node.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_node_iter.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_phase.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_request.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_sxyz.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
c_tag.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_tag_iter.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_tree.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_tree_iter.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
c_xyz.h normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00