Update OpenSLES.h

Add a line and add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-27 04:09:55 -05:00
parent 4ee49ce0fc
commit a7a30d2a1e
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
// Copyright(C) 2003 JttL
// Copyright(C) 2002 Hacktarux
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
#pragma once
#include <Common/SyncEvent.h>
#include <Project64-audio/Audio_1.1.h>
@ -24,4 +25,4 @@ public:
private:
SyncEvent m_AiUpdateEvent;
};
};