tahoma2d/toonz/sources/stdfx/igs_resource_sleep_win.h

20 lines
354 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#ifndef igs_resource_sleep_h
#define igs_resource_sleep_h
#include "igs_os_type.h" // DWORD
#ifndef IGS_RESOURCE_IFX_EXPORT
#define IGS_RESOURCE_IFX_EXPORT
#endif
namespace igs
{
namespace resource
{
/* 1second = 1,000milli_seconds(ミリ秒) */
IGS_RESOURCE_IFX_EXPORT void sleep_m(const DWORD milli_seconds);
}
}
#endif /* !igs_resource_sleep_h */