Skeleton for Sound system

This commit is contained in:
Stiffly
2015-09-09 15:49:53 +02:00
parent 8833377855
commit 80d98470e9
2 changed files with 28 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
//
// 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