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

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

Zero redundant declarations.

  • Property mode set to 100644
File size: 915 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
13extern int16_t wdbox[][8];
14extern int8_t *wdbxlb0[];
15extern int8_t *wdbxlb1[];
16extern int16_t wxrate;
17
18/*
19 =============================================================================
20 adfield.c -- global functions
21 =============================================================================
22*/
23
24extern void pntsup(void);
25extern void updfpu(void);
26extern void wdcxupd(void);
27extern void wdcyupd(void);
28extern void wdfield(void);
29extern void wdintp(void);
30extern int16_t wdnfld(int16_t k);
31extern void wdxkey(void);
32extern void wdykdn(void);
33extern void wdykup(void);
34extern void whupd(void);
35extern void wsupd(void);
Note: See TracBrowser for help on using the repository browser.