mirror of https://github.com/odrling/Aegisub
Wrap code under the agi namespace.
Originally committed to SVN as r5271.
This commit is contained in:
parent
cacc3516c1
commit
cddfe3ed20
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include "ffms_audio.h"
|
||||
|
||||
namespace agi {
|
||||
namespace ffms {
|
||||
|
||||
|
||||
|
@ -218,3 +219,4 @@ void Audio::GetAudio(void *Buf, int64_t Start, int64_t Count) const {
|
|||
}
|
||||
|
||||
} // namespace ffms
|
||||
} // namespace agi
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include <map>
|
||||
#endif
|
||||
|
||||
namespace agi {
|
||||
namespace ffms {
|
||||
|
||||
/// @class Audio
|
||||
|
@ -57,3 +58,4 @@ class Audio {
|
|||
};
|
||||
|
||||
} // namespace ffms
|
||||
} // namespace agi
|
||||
|
|
Loading…
Reference in New Issue