bea7bac3ab
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
11 lines
116 B
C++
11 lines
116 B
C++
#pragma once
|
|
|
|
#include <SDL.h>
|
|
|
|
|
|
namespace SDirectSound
|
|
{
|
|
void stop();
|
|
void writeAudio();
|
|
void printInfo();
|
|
}
|