OSDN Git Service

add JPG and TIFF Support via OpenCV for Image::load and Image::save
[psychlops/cpp.git] / psychlops / platform / win32 / psychlops_app_tweak_Win32.h
1 /*\r
2  *  psychlops_app_main_Win32.h\r
3  *  Psychlops Standard Library (Win32)\r
4  *\r
5  *  Last Modified 2006/01/09 by Kenchi HOSOKAWA\r
6  *  (C) 2006 Kenchi HOSOKAWA, Kazushi MARUYA and Takao SATO\r
7  */\r
8 \r
9 \r
10 #ifndef HEADER_PSYCHLOPS_APP_TWEAK_WIN32\r
11 #define HEADER_PSYCHLOPS_APP_TWEAK_WIN32\r
12 \r
13 \r
14 #include <windows.h>\r
15 #include "../../psychlops_lib.h"
16 \r
17 namespace Psychlops {\r
18 \r
19         class DebugTweakTool {\r
20                 public:\r
21                 static HWND getRawWindowHandle(Canvas &target);\r
22         };\r
23 \r
24 }       /*      <- namespace Psycholops         */\r
25 \r
26 #endif\r