mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-30 08:50:51 +00:00
8 lines
50 B
C
8 lines
50 B
C
|
#pragma once
|
||
|
|
||
|
namespace cdc {
|
||
|
|
||
|
int SND_Init();
|
||
|
|
||
|
}
|