source:
trunk/src/ddraw/os2DDWindow.h
Last change on this file was 5326, checked in by , 24 years ago | |
---|---|
File size: 321 bytes |
Rev | Line | |
---|---|---|
[5326] | 1 | /* $Id: os2DDWindow.h,v 1.3 2001-03-18 21:44:45 mike Exp $ */ |
[211] | 2 | |
[2174] | 3 | /* |
4 | * Windwo subclass definitions | |
5 | * | |
6 | * Copyright 1999 Markus Montkowski | |
7 | * | |
8 | * Project Odin Software License can be found in LICENSE.TXT | |
9 | * | |
10 | */ | |
11 | ||
[211] | 12 | #ifndef OS2DDWindow |
13 | #define OS2DDWindow | |
14 | HWND hwndFrame; | |
15 | BOOL OS2DDSubclassWindow(HWND hwndClient); | |
16 | #endif | |
17 |
Note:
See TracBrowser
for help on using the repository browser.