source: buchla-68k/ram/tdfield.x@ 526a993

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

Wording change.

  • Property mode set to 100644
File size: 856 bytes
Line 
1/*
2 =============================================================================
3 tdfield.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 td_fet1[];
20extern struct curpak td_flds;
21extern int16_t tdbox[][8];
22extern int8_t *tdbxlb[];
23
24/*
25 =============================================================================
26 external functions
27 =============================================================================
28*/
29
30extern void tdcxupd(void);
31extern void tdcyupd(void);
32extern void tdfield(void);
Note: See TracBrowser for help on using the repository browser.