source: buchla-68k/ram/wdfield.x@ 7c05959

Last change on this file since 7c05959 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1/*
2 =============================================================================
3 wdfield.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 int16_t wdbox[][8];
20extern int8_t *wdbxlb0[];
21extern int8_t *wdbxlb1[];
22extern int16_t wxrate;
23
24/*
25 =============================================================================
26 external functions
27 =============================================================================
28*/
29
30extern void pntsup(void);
31extern void updfpu(void);
32extern void wdcxupd(void);
33extern void wdcyupd(void);
34extern void wdfield(void);
35extern void wdintp(void);
36extern int16_t wdnfld(int16_t k);
37extern void wdxkey(void);
38extern void wdykdn(void);
39extern void wdykup(void);
40extern void whupd(void);
41extern void wsupd(void);
Note: See TracBrowser for help on using the repository browser.