tp/include/Z2AudioLib
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
..
Z2Audible Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2AudibleAbsPos Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2AudibleChannel Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2Audience Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2AudioArcLoader Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2AudioCamera Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2AudioMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2Calc Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2Creature Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2EnvSeMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2FxLineMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2LinkMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2Param normalize header guards to {tu_name}_H_ (#87) 2021-01-18 14:02:51 -05:00
Z2SceneMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SeMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SeqMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SoundHandles Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SoundInfo Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SoundMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SoundObjMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SoundObject Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SoundStarter Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SpeechMgr2 Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2SpotMic Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2StatusMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2WolfHowlMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
Z2AudioLib.h clang-format 2021-01-21 22:06:54 -07:00