source: buchla-68k/ram/scselbx.x

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

Fixed incompatible pointers.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[526a993]1/*
2 =============================================================================
3 scselbx.c -- external declarations
4 =============================================================================
5*/
6
[6262b5c]7#pragma once
8
9#include "fields.h"
10#include "stdint.h"
11
12/*
13 =============================================================================
[526a993]14 external variables
[6262b5c]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 =============================================================================
[526a993]28 external functions
[6262b5c]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);
[72741f4]50extern void svtdsp(volatile uint16_t *obj, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *buf);
[6262b5c]51extern void svtstop(void);
Note: See TracBrowser for help on using the repository browser.