source:
trunk/src/ddraw/OS2UTIL.H@
2012
Last change on this file since 2012 was 1746, checked in by , 26 years ago | |
---|---|
File size: 390 bytes |
Line | |
---|---|
1 | /* $Id: OS2UTIL.H,v 1.4 1999-11-14 22:16:32 hugh Exp $ */ |
2 | |
3 | /* |
4 | * OS/2 Utility functions |
5 | * |
6 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) |
7 | * |
8 | * Project Odin Software License can be found in LICENSE.TXT |
9 | * |
10 | */ |
11 | #ifndef __OS2UTIL_H__ |
12 | #define __OS2UTIL_H__ |
13 | |
14 | char *OS2AllocMem(ULONG size); |
15 | void OS2FreeMem(char *lpMem); |
16 | void OS2MaximizeWindow(HWND hwndClient); |
17 | int InitIO(); |
18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.