aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_manager.h
AgeCommit message (Collapse)Author
2022-11-22general: fix compile for Apple ClangLiam
2022-09-21audio_manager: Forward declare result typeLioncash
Moves the include into the cpp file to lessen header dependencies.
2022-09-21audio_manager: Remove unused forward declarationsLioncash
Allows us to get rid of some unnecessary forward declarations and includes.
2022-09-21audio_manager: Remove unused sessions_started member variableLioncash
This isn't used, so it can be removed.
2022-09-21audio_manager: Remove dependence on system stateLioncash
This isn't used by the class, so this can be removed for the time being.
2022-09-15audio_core: Amend documentation tagsLioncash
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-07-22Project AndioKelebek1