tahoma2d/toonz/sources/stdfx/igs_resource_sleep.h
2016-06-15 15:43:10 +09:00

7 lines
138 B
C

#pragma once
#if defined _WIN32 // win32 or win64
#include "igs_resource_sleep_win.h"
#else
#include "igs_resource_sleep_unix.h"
#endif