source: buchla-68k/ram/scselbx.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.5 KB
Line 
1/*
2 =============================================================================
3 scselbx.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "fields.h"
10#include "stdint.h"
11
12/*
13 =============================================================================
14 external variables
15 =============================================================================
16*/
17
18extern int8_t *nedlbl[];
19extern struct selbox sdboxes[];
20extern int8_t *sdmenus[][3];
21extern int16_t sdmht[][3];
22extern int16_t sdmlim[][4];
23extern int8_t sdmln3[];
24extern int8_t sdmln4[];
25
26/*
27 =============================================================================
28 external functions
29 =============================================================================
30*/
31
32extern void bspscur(void);
33extern void clkset(int16_t st);
34extern void dosecop(void);
35extern void dsects(void);
36extern void dsgtmap(void);
37extern void dsgtme(int16_t n);
38extern void dsgtmn(int16_t n, int16_t f);
39extern void hilitnt(int16_t nop);
40extern void hilitop(int16_t n);
41extern int16_t ingroup(void);
42extern int16_t insect(void);
43extern void scmenu(int16_t n);
44extern int16_t sdboxfn(int16_t n);
45extern void sdmenu(int16_t n);
46extern void sdmtxt(int16_t row, int16_t col, int8_t *txt, int16_t tag);
47extern void showam(int16_t asg);
48extern void showsm(void);
49extern void showtm(void);
50extern void svtdsp(uint16_t *obj, uint16_t fg, uint16_t bg, int16_t row, int16_t col, int8_t *buf);
51extern void svtstop(void);
Note: See TracBrowser for help on using the repository browser.