From a75f99c87d7adde3c0081597b6f91beb16fcf288 Mon Sep 17 00:00:00 2001 From: NPEX42 <64636838+NPEX42@users.noreply.github.com> Date: Wed, 3 Jun 2020 12:51:51 +0100 Subject: [PATCH] Update olcPGEX_Sound.h --- Extensions/olcPGEX_Sound.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Extensions/olcPGEX_Sound.h b/Extensions/olcPGEX_Sound.h index c103c52..54e0c72 100644 --- a/Extensions/olcPGEX_Sound.h +++ b/Extensions/olcPGEX_Sound.h @@ -64,7 +64,7 @@ Author ~~~~~~ - David Barr, aka javidx9, ©OneLoneCoder 2019 + David Barr, aka javidx9, ©OneLoneCoder 2019 */ @@ -120,10 +120,8 @@ typedef struct { namespace olc { - // Container class for Advanced 2D Drawing functions class SOUND : public olc::PGEX { - // A representation of an affine transform, used to rotate, scale, offset & shear space public: class AudioSample { @@ -903,4 +901,4 @@ namespace olc #endif #endif -#endif // OLC_PGEX_SOUND \ No newline at end of file +#endif // OLC_PGEX_SOUND