mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
8 lines
296 B
C
8 lines
296 B
C
#ifndef LINEBLT8DEFS_H
|
|
#define LINEBLT8DEFS_H 1
|
|
#include <sys/types.h> /* for u_char */
|
|
#include "lispemul.h" /* for LispPTR, DLword */
|
|
void lineBlt8(DLword *srcbase, int offset, u_char *destl, int width,
|
|
u_char color0, u_char color1, LispPTR sourcetype, LispPTR operation);
|
|
#endif
|