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