Merge pull request #9107 from Dhilan007/v3-audio-includefix

Remove unneeded include in AudioEngine.h
This commit is contained in:
minggo 2014-11-14 20:09:33 +08:00
commit 6d08b33a68
2 changed files with 8 additions and 2 deletions

View File

@ -40,6 +40,10 @@
#define TIME_DELAY_PRECISION 0.0001
#ifdef ERROR
#undef ERROR
#endif // ERROR
using namespace cocos2d;
using namespace cocos2d::experimental;

View File

@ -28,10 +28,12 @@
#ifndef __AUDIO_ENGINE_H_
#define __AUDIO_ENGINE_H_
#include <string.h>
#include <functional>
#include <list>
#include <string>
#include <unordered_map>
#include "2d/CCNode.h"
#include "platform/CCPlatformMacros.h"
#include "Export.h"
#ifdef ERROR