|
Last change
on this file since b28a12e was b28a12e, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
Zero redundant declarations.
|
-
Property mode
set to
100644
|
|
File size:
915 bytes
|
| Rev | Line | |
|---|
| [b28a12e] | 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 int16_t wdbox[][8];
|
|---|
| 14 | extern int8_t *wdbxlb0[];
|
|---|
| 15 | extern int8_t *wdbxlb1[];
|
|---|
| 16 | extern int16_t wxrate;
|
|---|
| 17 |
|
|---|
| 18 | /*
|
|---|
| 19 | =============================================================================
|
|---|
| 20 | adfield.c -- global functions
|
|---|
| 21 | =============================================================================
|
|---|
| 22 | */
|
|---|
| 23 |
|
|---|
| 24 | extern void pntsup(void);
|
|---|
| 25 | extern void updfpu(void);
|
|---|
| 26 | extern void wdcxupd(void);
|
|---|
| 27 | extern void wdcyupd(void);
|
|---|
| 28 | extern void wdfield(void);
|
|---|
| 29 | extern void wdintp(void);
|
|---|
| 30 | extern int16_t wdnfld(int16_t k);
|
|---|
| 31 | extern void wdxkey(void);
|
|---|
| 32 | extern void wdykdn(void);
|
|---|
| 33 | extern void wdykup(void);
|
|---|
| 34 | extern void whupd(void);
|
|---|
| 35 | extern void wsupd(void);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.