blob: b9f718f5432d85b375fa15e54d80dc995a7a3595 (
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-utils/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Audio)
class Audio
{
};
namespace_end
namespace_end
#endif
|