summaryrefslogtreecommitdiff
path: root/libs/JSystem/J2DGraph/J2DPane.cpp
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2021-01-25 12:57:46 -0500
committerGitHub <noreply@github.com>2021-01-25 12:57:46 -0500
commitec9b03241dbc98fe47836092a8535a65f937889a (patch)
tree4ce55588a0774c59fe789474cd7478eb2a3da26f /libs/JSystem/J2DGraph/J2DPane.cpp
parent9165dfe8cf9cdf40e7d54bbe39d08ece06fcd033 (diff)
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.
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DPane.cpp')
0 files changed, 0 insertions, 0 deletions