AppleWin/source/frontends/sdl/sdirectsound.h
Andrea Odetti c416eee9df sa2: add namespace and remove tabs.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-02-25 16:31:24 +00:00

9 lines
89 B
C++

#pragma once
namespace sa2
{
void stop();
void writeAudio();
void printInfo();
}