source: buchla-68k/ram/ldselbx.x@ 6262b5c

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

Added include files for global functions and variables.

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