cdcEngineDXHR/cdcSound/snd.h

8 lines
50 B
C
Raw Normal View History

2022-10-18 18:50:09 +00:00
#pragma once
namespace cdc {
int SND_Init();
}