OSDN Git Service

first
[psychlops/cpp.git] / psychlops / platform / osx / psychlops_g_API_objc_osx.h
1 /*
2  *  psychlops_g_API_objc_osx.h
3  *  Psychlops Standard Library (MacOSX)
4  *
5  *  Last Modified 2009/12/24 by Kenchi HOSOKAWA
6  *  (C) 2010 Kenchi HOSOKAWA, Kazushi MARUYA, Takao SATO
7  *
8  */
9
10
11 #import <Cocoa/Cocoa.h>
12
13
14
15 class APICanvasPropertiesObjc {
16 public:
17         NSApplication *app;
18         NSWindow *window;
19         NSAutoreleasePool *pool;
20 };
21
22