2022-10-18 18:50:09 +00:00
|
|
|
#pragma once
|
2022-12-20 22:12:44 +00:00
|
|
|
#include <cstdint>
|
2022-10-18 18:50:09 +00:00
|
|
|
|
|
|
|
namespace cdc {
|
|
|
|
|
|
|
|
int SND_Init();
|
2022-12-20 22:12:44 +00:00
|
|
|
void SND_GetNextDSPClock(uint32_t clock[2]);
|
|
|
|
void SND_SystemTimer(float);
|
2022-10-18 18:50:09 +00:00
|
|
|
|
|
|
|
}
|