tahoma2d/toonz/sources/stdfx/igs_resource_sleep_win.h
2016-05-17 00:04:11 +09:00

21 lines
368 B
C++

#pragma once
#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 */