mirror of
https://codeberg.org/hkzlab/TK2000_floppicator.git
synced 2025-12-25 17:12:32 +11:00
9 lines
183 B
C
9 lines
183 B
C
#ifndef _LINE_DATA_HEADER_
|
|
#define _LINE_DATA_HEADER_
|
|
|
|
#include <stdint.h>
|
|
#include "utility.h"
|
|
|
|
extern const uint16_t line_offset_map[SCREEN_HEIGHT];
|
|
|
|
#endif /* _LINE_DATA_HEADER */
|