blob: a29c448dfdcf75b0ec62c792a6a617db1fa73c0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef _ASURA_AUDIO_H_
#define _ASURA_AUDIO_H_
#include <asura-base/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Audio)
class Audio
{
};
namespace_end
namespace_end
#endif
|