mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-27 19:30:26 +00:00
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__
|