seperated public include headers

This commit is contained in:
Jonas Zeunert
2018-08-07 19:46:24 +02:00
parent a5dfe37514
commit 31d9a2b444
21 changed files with 374 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
/*
* Sound.cpp
*
* Created on: Aug 2, 2018
* Author: rhetenor
*/
#include "Sound.h"
namespace output {
Sound::Sound() {
// TODO Auto-generated constructor stub
}
Sound::~Sound() {
// TODO Auto-generated destructor stub
}
} /* namespace output */