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