first commit - moved from local dev to git

This commit is contained in:
firebee
2022-10-02 10:09:40 +02:00
commit bbb3ef9333
1861 changed files with 167960 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#ifndef LINEA_H
#define LINEA_H
#define LINEA_BYTES_PER_ROW -2
#define LINEA_RES_W -0x0C
#define LINEA_RES_H -0x04
#define LINEA_PLANES 0
#define LINEA_CELL_H -0x02E
extern long lineavar;
void cdecl linea_init(void);
void cdecl linea_init_cf(void);
#endif