cdcEngineDXHR/cdcSound/snd.h

11 lines
143 B
C
Raw Normal View History

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