tp/include/JSystem/JAudio2
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
..
JAIAudience Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISe Z2AudioLib misc decomp (#75) 2021-01-21 23:16:51 -05:00
JAISeMgr Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISound Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISoundHandles Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASGadget Z2AudioLib misc decomp (#75) 2021-01-21 23:16:51 -05:00
JAUAudioArcLoader Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAUClusterSound clang-format 2021-01-21 22:06:54 -07:00
JAIAudible.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISeCategoryMgr.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISeqMgr.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISoundInfo.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISoundParamsMove.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISoundStarter.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAISoundStatus.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAIStreamAramMgr.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAIStreamDataMgr.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAIStreamMgr.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASAudioReseter.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASDriver.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASDsp.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASGenericMemPool.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASHeap.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASKernel.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASMemPool.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASResArcLoader.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASSoundParams.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASTrack.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JASWaveArc.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAU.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAUAudioArcInterpreter.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAUNewSectionHeap.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAUSection.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAUSectionHeap.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAUSoundAnimation.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00
JAUSoundTable.h Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) 2021-01-25 12:57:46 -05:00