pcsxr-1.9.92
[pcsx_rearmed.git] / macosx / plugins / DFXVideo / macsrc / PluginWindow.h
1 /***************************************************************************
2     PluginWindow.h
3     PeopsSoftGPU
4   
5     Created by Gil Pedersen on Wed April 21 2004.
6     Copyright (c) 2004 Gil Pedersen.
7  ***************************************************************************/
8
9 /***************************************************************************
10  *                                                                         *
11  *   This program is free software; you can redistribute it and/or modify  *
12  *   it under the terms of the GNU General Public License as published by  *
13  *   the Free Software Foundation; either version 2 of the License, or     *
14  *   (at your option) any later version. See also the license.txt file for *
15  *   additional informations.                                              *
16  *                                                                         *
17  ***************************************************************************/
18
19 #import <Cocoa/Cocoa.h>
20
21 @interface NetSfPeopsSoftGPUPluginWindow : NSWindow
22 {
23 }
24 @end