axmol/CocosDenshion/Platform/platform.h

14 lines
279 B
C
Raw Normal View History

#ifndef __DENSHION_PLATFORM_H__
#define __DENSHION_PLATFORM_H__
2010-10-16 16:28:28 +08:00
#if defined(_TRANZDA_VM_) || defined(CCX_UNDER_UPHONE)
#define _PLATFORM_UPHONE
#endif
#ifdef _PLATFORM_UPHONE
#include "uPhone/SoundPlayer.h"
2010-10-13 14:18:03 +08:00
#include "uPhone/FileUtils.h"
#endif
#endif