don't use CCAudioOut

This commit is contained in:
dumganhar 2011-10-18 11:11:36 +08:00
parent 3c4c4e515a
commit 40cf322d60
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#if 0
#include "CCAudioOut.h"
#include <stdio.h>
#include <stdlib.h>
@ -597,3 +598,4 @@ void CCAudioOut::Finalize(void)
}
}
#endif

View File

@ -1,6 +1,6 @@
#ifndef __CCAUDIOOUT_H__
#define __CCAUDIOOUT_H__
#if 0
#include <FBase.h>
#include <FMedia.h>
#include <FIo.h>
@ -58,5 +58,5 @@ private:
};
}
#endif
#endif /* __CCAUDIOOUT_H__ */