mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-19 18:05:26 +00:00
Convert to pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef BOO_AUDIOVOICEENGINE_HPP
|
||||
#define BOO_AUDIOVOICEENGINE_HPP
|
||||
#pragma once
|
||||
|
||||
#include "boo/audiodev/IAudioVoiceEngine.hpp"
|
||||
#include "LtRtProcessing.hpp"
|
||||
@@ -93,4 +92,3 @@ template <> inline std::vector<float>& BaseAudioVoiceEngine::_getLtRtIn<float>()
|
||||
|
||||
}
|
||||
|
||||
#endif // BOO_AUDIOVOICEENGINE_HPP
|
||||
|
||||
Reference in New Issue
Block a user