source: buchla-68k/ram/ldselbx.x@ 6aa430b

Last change on this file since 6aa430b was 6aa430b, checked in by Thomas Lopatic <thomas@…>, 7 years ago

More accurate headers.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1#pragma once
2
3#include "fields.h"
4#include "stdint.h"
5#include "stdio.h"
6
7/*
8 =============================================================================
9 ldselbx.c -- global variables
10 =============================================================================
11*/
12
13extern int16_t ft2lt[];
14extern struct selbox ldboxes[];
15
16/*
17 =============================================================================
18 ldselbx.c -- global functions
19 =============================================================================
20*/
21
22extern void clrerms(void);
23extern void clrlsel(void);
24extern void dpy_scr(uint16_t color, int16_t ns);
25extern void endltyp(void);
26extern int16_t getit(void);
27extern int16_t lcancel(int16_t lct);
28extern void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5);
29extern int16_t ldfnbox(int16_t n);
30extern void lst_scr(void);
31extern int16_t ndx_scr(int16_t slot);
32extern void savefc(int16_t kind);
33extern int16_t scskip(FILE *fp, int16_t ns);
34extern int16_t skp_ec(FILE *fp, int32_t len);
35extern void skperr(int16_t sn);
Note: See TracBrowser for help on using the repository browser.