mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-18 00:52:33 +00:00
... start by fixing the include files and the fallout in C source from removing includes not directly needed by headers that previously included them.
8 lines
228 B
C
8 lines
228 B
C
#ifndef BITBLTDEFS_H
|
|
#define BITBLTDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR, DLword */
|
|
LispPTR N_OP_pilotbitblt(LispPTR pilot_bt_tbl,int tos);
|
|
int cursorin(DLword addrhi, DLword addrlo, int w, int h, int backward);
|
|
#endif
|
|
|