source: buchla-68k/ram/ldselbx.x@ 526a993

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

Wording change.

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