source: buchla-68k/ram/ptselbx.x@ 6aa430b

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

More accurate headers.

  • Property mode set to 100644
File size: 2.0 KB
Line 
1#pragma once
2
3#include "fields.h"
4#include "patch.h"
5#include "stdint.h"
6
7/*
8 =============================================================================
9 ptselbx.c -- global variables
10 =============================================================================
11*/
12
13extern int8_t datafmt[];
14extern int16_t datasrc[];
15extern int16_t defcols[];
16extern int16_t desdat1[];
17extern int16_t desdat2[];
18extern int8_t desdatf[];
19extern int8_t destfmt[];
20extern int16_t destype[];
21extern int16_t dfsttab[];
22extern int16_t dfsttp[];
23extern int16_t dstcols[];
24extern int16_t fpudtab[];
25extern int16_t fpuetab[];
26extern int8_t hilitab[][8];
27extern int16_t omdtab[];
28extern int16_t omftab[];
29extern int16_t omtabl[];
30extern int16_t ptbflag;
31extern struct selbox ptboxes[];
32extern int8_t ptdebuf[50];
33extern struct patch ptebuf;
34extern int16_t ptecpos;
35extern int16_t ptedat1;
36extern int16_t ptedat2;
37extern int16_t ptedata;
38extern int16_t ptedef;
39extern int16_t ptedest;
40extern int16_t ptedfok;
41extern int16_t ptedfst;
42extern int16_t ptedftp;
43extern int16_t ptedsok;
44extern int16_t ptedtok;
45extern int16_t ptegood;
46extern int16_t ptemenu;
47extern int16_t ptepred;
48extern int16_t pteset;
49extern int16_t ptespec;
50extern int16_t ptestm;
51extern int16_t ptestok;
52extern int16_t ptesuba;
53extern int16_t ptesucc;
54extern int8_t *rawdata[];
55extern int8_t *rawdest[];
56extern int8_t *rawdfst[];
57extern int8_t *rawfpud[];
58extern int8_t *rawmdat[];
59extern int8_t *rawmode[];
60extern int16_t stmcols[];
61
62/*
63 =============================================================================
64 ptselbx.c -- global functions
65 =============================================================================
66*/
67
68extern void aftercm(void);
69extern void badpdat(void);
70extern void edefstm(int16_t du, int16_t n);
71extern void endpsm(int16_t row, int16_t col);
72extern void epatch(void);
73extern void hilitpm(int8_t n);
74extern void movectc(int16_t r, int16_t c);
75extern void ptdest(int16_t du);
76extern int16_t ptfnbox(int16_t n);
77extern void setsubm(int16_t r, int16_t c);
Note: See TracBrowser for help on using the repository browser.