namespace refactored
This commit is contained in:
@@ -11,9 +11,14 @@
|
||||
#include "ISound.h"
|
||||
|
||||
#include <string>
|
||||
namespace output {
|
||||
|
||||
class Sound : ISound {
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
class Sound : ISound
|
||||
{
|
||||
public:
|
||||
Sound();
|
||||
virtual ~Sound();
|
||||
@@ -26,5 +31,5 @@ private:
|
||||
};
|
||||
|
||||
} /* namespace output */
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user