mirror of https://github.com/nmlgc/ReC98.git
10 lines
356 B
C++
10 lines
356 B
C++
extern unsigned char pointnum_operator;
|
|
extern unsigned char pointnum_operand;
|
|
|
|
// Blits the given point[num] sprite to the given position. Assumptions:
|
|
// • ES is already be set to the beginning of a VRAM segment
|
|
// • The GRCG is active, and set to the intended color
|
|
void pascal near pointnum_put(
|
|
screen_x_t left, vram_y_t top, unsigned int num
|
|
);
|