Last change
on this file since 3fcb810 was 19caa64, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Fix sqselbx.c.
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | sqselbx.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "fields.h"
|
---|
| 10 | #include "patch.h"
|
---|
| 11 | #include "stdint.h"
|
---|
| 12 |
|
---|
| 13 | /*
|
---|
| 14 | =============================================================================
|
---|
[526a993] | 15 | external variables
|
---|
[6262b5c] | 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];
|
---|
[19caa64] | 28 | extern uint16_t sqidata[];
|
---|
[6262b5c] | 29 | extern int16_t sqmenu;
|
---|
[19caa64] | 30 | extern uint16_t sqndata[];
|
---|
[6262b5c] | 31 | extern int8_t sqopreq[];
|
---|
| 32 | extern int8_t sqvcol[];
|
---|
| 33 |
|
---|
| 34 | /*
|
---|
| 35 | =============================================================================
|
---|
[526a993] | 36 | external functions
|
---|
[6262b5c] | 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.