source:
trunk/src/ddraw/asmutil.h@
72
| Last change on this file since 72 was 46, checked in by , 26 years ago | |
|---|---|
| File size: 377 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | * asmutil.asm function definition |
| 3 | * |
| 4 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) |
| 5 | * |
| 6 | * Project Odin Software License can be found in LICENSE.TXT |
| 7 | * |
| 8 | */ |
| 9 | |
| 10 | #ifndef __ASMUTIL_H__ |
| 11 | #define __ASMUTIL_H__ |
| 12 | |
| 13 | #ifdef __cplusplus |
| 14 | extern "C" { |
| 15 | #endif |
| 16 | |
| 17 | extern void __cdecl BlitColorKey8(PBYTE dest, PBYTE src, ULONG key, ULONG linesize); |
| 18 | |
| 19 | #ifdef __cplusplus |
| 20 | } |
| 21 | #endif |
| 22 | |
| 23 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
