mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 05:45:46 +00:00
audio_manager: Remove unused forward declarations
Allows us to get rid of some unnecessary forward declarations and includes.
This commit is contained in:
parent
d10f7af6cb
commit
6ac5fbc81b
2 changed files with 0 additions and 10 deletions
|
@ -14,14 +14,6 @@
|
|||
|
||||
namespace AudioCore {
|
||||
|
||||
namespace AudioOut {
|
||||
class Manager;
|
||||
}
|
||||
|
||||
namespace AudioIn {
|
||||
class Manager;
|
||||
}
|
||||
|
||||
/**
|
||||
* The AudioManager's main purpose is to wait for buffer events for the audio in and out managers,
|
||||
* and call an associated callback to release buffers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue