Last change
on this file since 1d61ba3 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:
822 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #include "curpak.h"
|
---|
4 | #include "fields.h"
|
---|
5 | #include "stdint.h"
|
---|
6 |
|
---|
7 | /*
|
---|
8 | =============================================================================
|
---|
9 | ldfield.c -- global variables
|
---|
10 | =============================================================================
|
---|
11 | */
|
---|
12 |
|
---|
13 | extern struct fet ld_fet1[];
|
---|
14 | extern struct curpak ld_flds;
|
---|
15 | extern int16_t ldbox[][8];
|
---|
16 | extern int8_t *ldbxlb0[];
|
---|
17 |
|
---|
18 | /*
|
---|
19 | =============================================================================
|
---|
20 | ldfield.c -- global functions
|
---|
21 | =============================================================================
|
---|
22 | */
|
---|
23 |
|
---|
24 | extern void ld_prmv(void);
|
---|
25 | extern void ldcxupd(void);
|
---|
26 | extern void ldcyupd(void);
|
---|
27 | extern void ldfield(void);
|
---|
28 | extern void ldkey(int16_t k);
|
---|
29 | extern void ldmkey(void);
|
---|
30 | extern void ldxkey(void);
|
---|
31 | extern void loadem(int16_t key);
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.