|
Last change
on this file since 106 was 97, checked in by phaller, 26 years ago |
|
Add: added cvs variable $Id$ to source files.
|
|
File size:
452 bytes
|
| Line | |
|---|
| 1 | ; $Id: ddraw.DEF,v 1.2 1999-06-10 17:10:57 phaller Exp $
|
|---|
| 2 |
|
|---|
| 3 | LIBRARY DDRAW INITINSTANCE TERMINSTANCE
|
|---|
| 4 | PROTMODE
|
|---|
| 5 | DATA MULTIPLE NONSHARED READWRITE LOADONCALL
|
|---|
| 6 | CODE LOADONCALL
|
|---|
| 7 | EXPORTS
|
|---|
| 8 | DDHAL32_VidMemFree = _DDHAL32_VidMemFree@4 @10
|
|---|
| 9 | DDHAL32_VidMemAlloc = _DDHAL32_VidMemAlloc@4 @11
|
|---|
| 10 | DirectDrawCreate = _OS2DirectDrawCreate@12 @12
|
|---|
| 11 | DirectDrawEnumerateA = _OS2DirectDrawEnumerateA@8 @13
|
|---|
| 12 | IMPORTS
|
|---|
| 13 | DiveSetTransparentBlitMode = DIVE.18
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.