axmol/CocosDenshion/Platform/platform.h

14 lines
275 B
C
Raw Normal View History

#ifndef __DENSHION_PLATFORM_H__
#define __DENSHION_PLATFORM_H__
#if defined(_TRANZDA_VM_) || defined(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