Line | |
---|
1 | /* $Id: asmutil.h,v 1.1 1999-05-24 20:19:37 ktk Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * asmutil.asm function definition
|
---|
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 |
|
---|
12 | #ifndef __ASMUTIL_H__
|
---|
13 | #define __ASMUTIL_H__
|
---|
14 |
|
---|
15 | #ifdef __cplusplus
|
---|
16 | extern "C" {
|
---|
17 | #endif
|
---|
18 |
|
---|
19 | extern void __cdecl BlitColorKey8(PBYTE dest, PBYTE src, ULONG key, ULONG linesize);
|
---|
20 |
|
---|
21 | #ifdef __cplusplus
|
---|
22 | }
|
---|
23 | #endif
|
---|
24 |
|
---|
25 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.