mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 16:04:55 +00:00
b1238af49d
this will probably upset people
8 lines
154 B
C
8 lines
154 B
C
#define OUTPUT_C 0
|
|
#define OUTPUT_ASM 1
|
|
#define OUTPUT_RAW 2
|
|
|
|
int rle_smaller(int out_type, char *varname,
|
|
int xsize,int ysize, unsigned char *image);
|
|
|