mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
8 lines
233 B
C
8 lines
233 B
C
#ifndef BITBLTDEFS_H
|
|
#define BITBLTDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR, DLword */
|
|
LispPTR N_OP_pilotbitblt(LispPTR pilot_bt_tbl, LispPTR tos);
|
|
int cursorin(DLword addrhi, DLword addrlo, int w, int h, int backward);
|
|
#endif
|
|
|