diff options
author | chai <chaifix@163.com> | 2019-04-13 20:15:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-04-13 20:15:07 +0800 |
commit | 866e00474be3bfe0e7dac73b720af0b9ebf7109a (patch) | |
tree | 36c44e99352e2d582b4f2f1dbd4e9e672a54f2cf /source/modules/asura-fmod/audio/source.h | |
parent | b5b43bac50ad58949e70bcd1a34b1e6c4765fd51 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-fmod/audio/source.h')
-rw-r--r-- | source/modules/asura-fmod/audio/source.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/source/modules/asura-fmod/audio/source.h b/source/modules/asura-fmod/audio/source.h new file mode 100644 index 0000000..4585415 --- /dev/null +++ b/source/modules/asura-fmod/audio/source.h @@ -0,0 +1,20 @@ +#ifndef __ASURA_FMOD_SOURCE_H__ +#define __ASURA_FMOD_SOURCE_H__ + +namespace AsruaEngine +{ + namespace Audio + { + + /// + /// fmod + /// + class Source + { + + }; + + } +} + +#endif
\ No newline at end of file |