source: buchla-68k/ram/adfield.x

Last change on this file 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
19extern struct fet ad_fet1[];
20extern struct curpak ad_flds;
21extern int16_t adbox[][8];
22extern int8_t *adbxlb[];
23
24/*
25 =============================================================================
26 external functions
27 =============================================================================
28*/
29
30extern void ad_xkey(void);
31extern void adcxupd(void);
32extern void adcyupd(void);
33extern void adfield(void);
Note: See TracBrowser for help on using the repository browser.