source: buchla-68k/ram/enterit.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: 1.1 KB
Line 
1/*
2 =============================================================================
3 enterit.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
13 external variables
14 =============================================================================
15*/
16
17extern int16_t LastCol;
18extern int16_t LastRow;
19extern int16_t syrate;
20
21/*
22 =============================================================================
23 external functions
24 =============================================================================
25*/
26
27extern void cmfix(void);
28extern void cmvgen(void);
29extern int16_t crxrate(int16_t cv);
30extern int16_t cryrate(int16_t cv);
31extern void cxgen(void);
32extern void cxkstd(void);
33extern void cygen(void);
34extern void cykstd(void);
35extern int16_t entbh(int16_t n);
36extern void enterit(void);
37extern void nodkey(int16_t k);
38extern void nokey(void);
39extern int16_t nonf(int16_t k);
40extern void stddkey(int16_t k);
41extern void stdmkey(void);
Note: See TracBrowser for help on using the repository browser.