Files
squidout/include/Core/Sound.h
T
2015-09-09 15:49:53 +02:00

20 lines
213 B
C++

//
// Created by Adam on 2015-09-09.
//
#ifndef DAYDREAM_SOUND_H
#define DAYDREAM_SOUND_H
namespace dd
{
class Sound
{
public:
void HelloWorld();
private:
};
}
#endif //DAYDREAM_SOUND_H