source: trunk/src/ddraw/asmutil.h@ 91

Last change on this file since 91 was 46, checked in by sandervl, 26 years ago

* empty log message *

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
14extern "C" {
15#endif
16
17extern 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.