tp/include/d
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
..
d_a dBgS: Initial dBgS_PolyPassChk class skeleton 2021-01-22 08:15:33 -05:00
d_attention normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
d_bg dBgS: Add declaration for cBgS_PolyPassChk's destructor 2021-01-22 23:43:10 -05:00
d_bomb
d_camera/asm dBgS: Initial dBgS_PolyPassChk class skeleton 2021-01-22 08:15:33 -05:00
d_cc normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
d_com/d_com_inf_game Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
d_drawlist
d_event normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
d_file/d_file_sel_info J2DPane.cpp (#91) 2021-01-25 09:57:35 -05:00
d_item/d_item Z2AudioLib misc decomp (#75) 2021-01-21 23:16:51 -05:00
d_kankyo Merge branch 'master' into polypass2 2021-01-24 21:30:58 -08:00
d_kantera_icon_meter/asm
d_lib Z2AudioLib misc decomp (#75) 2021-01-21 23:16:51 -05:00
d_meter J2DPane.cpp (#91) 2021-01-25 09:57:35 -05:00
d_meter2 J2DPane.cpp (#91) 2021-01-25 09:57:35 -05:00
d_pane/d_pane_class_alpha
d_resource
d_save Merge remote-tracking branch 'upstream/master' into m_Do_audio2 2021-01-21 21:58:53 -07:00
d_stage Z2AudioLib misc decomp (#75) 2021-01-21 23:16:51 -05:00
d_vibration normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00