tahoma2d/toonz/sources/stdfx/igs_resource_sleep.h

8 lines
138 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-06-15 18:43:10 +12:00
#if defined _WIN32 // win32 or win64
2016-03-19 06:57:51 +13:00
#include "igs_resource_sleep_win.h"
#else
#include "igs_resource_sleep_unix.h"
#endif