2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-27 19:30:26 +00:00
metaforce/Runtime/Audio/CDSPAudioPlayer.hpp
2017-01-13 18:16:10 -10:00

17 lines
191 B
C++

#ifndef __URDE_CDSPAUDIOPLAYER_HPP__
#define __URDE_CDSPAUDIOPLAYER_HPP__
#include "RetroTypes.hpp"
namespace urde
{
class CDSPAudioPlayer
{
};
}
#endif // __URDE_CDSPAUDIOPLAYER_HPP__