mirror of https://github.com/axmolengine/axmol.git
don't use CCAudioOut
This commit is contained in:
parent
3c4c4e515a
commit
40cf322d60
|
@ -1,3 +1,4 @@
|
||||||
|
#if 0
|
||||||
#include "CCAudioOut.h"
|
#include "CCAudioOut.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -597,3 +598,4 @@ void CCAudioOut::Finalize(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#ifndef __CCAUDIOOUT_H__
|
#ifndef __CCAUDIOOUT_H__
|
||||||
#define __CCAUDIOOUT_H__
|
#define __CCAUDIOOUT_H__
|
||||||
|
#if 0
|
||||||
#include <FBase.h>
|
#include <FBase.h>
|
||||||
#include <FMedia.h>
|
#include <FMedia.h>
|
||||||
#include <FIo.h>
|
#include <FIo.h>
|
||||||
|
@ -58,5 +58,5 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif /* __CCAUDIOOUT_H__ */
|
#endif /* __CCAUDIOOUT_H__ */
|
||||||
|
|
Loading…
Reference in New Issue