Last change
on this file since c0cb375 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
884 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | adfield.c -- external declarations
|
---|
4 | =============================================================================
|
---|
5 | */
|
---|
6 |
|
---|
7 | #pragma once
|
---|
8 |
|
---|
9 | #include "curpak.h"
|
---|
10 | #include "fields.h"
|
---|
11 | #include "stdint.h"
|
---|
12 |
|
---|
13 | /*
|
---|
14 | =============================================================================
|
---|
15 | external variables
|
---|
16 | =============================================================================
|
---|
17 | */
|
---|
18 |
|
---|
19 | extern struct fet ad_fet1[];
|
---|
20 | extern struct curpak ad_flds;
|
---|
21 | extern int16_t adbox[][8];
|
---|
22 | extern int8_t *adbxlb[];
|
---|
23 |
|
---|
24 | /*
|
---|
25 | =============================================================================
|
---|
26 | external functions
|
---|
27 | =============================================================================
|
---|
28 | */
|
---|
29 |
|
---|
30 | extern void ad_xkey(void);
|
---|
31 | extern void adcxupd(void);
|
---|
32 | extern void adcyupd(void);
|
---|
33 | extern void adfield(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.