Last change
on this file since a4bd34f was 19caa64, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Fix sqselbx.c.
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | sqselbx.c -- external declarations
|
---|
4 | =============================================================================
|
---|
5 | */
|
---|
6 |
|
---|
7 | #pragma once
|
---|
8 |
|
---|
9 | #include "fields.h"
|
---|
10 | #include "patch.h"
|
---|
11 | #include "stdint.h"
|
---|
12 |
|
---|
13 | /*
|
---|
14 | =============================================================================
|
---|
15 | external variables
|
---|
16 | =============================================================================
|
---|
17 | */
|
---|
18 |
|
---|
19 | extern int8_t actcol[];
|
---|
20 | extern int16_t action;
|
---|
21 | extern int8_t nextact[];
|
---|
22 | extern struct seqent seqbuf;
|
---|
23 | extern int8_t seqvcol[];
|
---|
24 | extern struct selbox sqboxes[];
|
---|
25 | extern int8_t sqdebuf[50];
|
---|
26 | extern int16_t sqdeflg;
|
---|
27 | extern int8_t sqhilit[][8];
|
---|
28 | extern uint16_t sqidata[];
|
---|
29 | extern int16_t sqmenu;
|
---|
30 | extern uint16_t sqndata[];
|
---|
31 | extern int8_t sqopreq[];
|
---|
32 | extern int8_t sqvcol[];
|
---|
33 |
|
---|
34 | /*
|
---|
35 | =============================================================================
|
---|
36 | external functions
|
---|
37 | =============================================================================
|
---|
38 | */
|
---|
39 |
|
---|
40 | extern void endssm(int16_t row, int16_t col);
|
---|
41 | extern void hilitsq(int8_t n);
|
---|
42 | extern void movestc(int16_t r, int16_t c);
|
---|
43 | extern void postcm(void);
|
---|
44 | extern void setsqm(int16_t r, int16_t c);
|
---|
45 | extern int16_t sqenter(void);
|
---|
46 | extern int16_t sqfnbox(int16_t n);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.