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