Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
Update Listener.h
Browse files Browse the repository at this point in the history
Refractor code and comments
  • Loading branch information
Valentyn Bondarenko authored Jun 20, 2018
1 parent 4eb228e commit 1d512a6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Include/OneSound/Listener.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
namespace onesnd
{
// REDO: Listener class.
//
class Listener
{
public:
Listener();
~Listener();
~Listener();

Listener(const Listener&) = default;
Listener(Listener&&) = default;
Expand All @@ -27,8 +26,5 @@ namespace onesnd
public:
void setVolume(float volume);
float getVolume() const;

private:

};
}
}

0 comments on commit 1d512a6

Please sign in to comment.