mirror of https://github.com/AxioDL/metaforce.git
17 lines
191 B
C++
17 lines
191 B
C++
|
#ifndef __URDE_CDSPAUDIOPLAYER_HPP__
|
||
|
#define __URDE_CDSPAUDIOPLAYER_HPP__
|
||
|
|
||
|
#include "RetroTypes.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CDSPAudioPlayer
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CDSPAUDIOPLAYER_HPP__
|