mirror of https://github.com/nmlgc/ReC98.git
9 lines
308 B
C
9 lines
308 B
C
// TH04 adds 4 dissolve masks with patterns of increasing strength, and splits
|
|
// the [fx] parameter into two separate global variables.
|
|
extern int graph_putsa_fx_func;
|
|
extern pixel_t graph_putsa_fx_spacing;
|
|
|
|
void pascal graph_putsa_fx(
|
|
screen_x_t left, vram_y_t top, int color, const unsigned char *str
|
|
);
|