source: buchla-68k/ram/sqselbx.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: 1.1 KB
Line 
1#pragma once
2
3#include "fields.h"
4#include "patch.h"
5#include "stdint.h"
6
7/*
8 =============================================================================
9 sqselbx.c -- global variables
10 =============================================================================
11*/
12
13extern int8_t actcol[];
14extern int16_t action;
15extern int8_t nextact[];
16extern struct seqent seqbuf;
17extern int8_t seqvcol[];
18extern struct selbox sqboxes[];
19extern int8_t sqdebuf[50];
20extern int16_t sqdeflg;
21extern int8_t sqhilit[][8];
22extern int16_t sqidata[];
23extern int16_t sqmenu;
24extern int16_t sqndata[];
25extern int8_t sqopreq[];
26extern int8_t sqvcol[];
27
28/*
29 =============================================================================
30 sqselbx.c -- global functions
31 =============================================================================
32*/
33
34extern void endssm(int16_t row, int16_t col);
35extern void hilitsq(int8_t n);
36extern void movestc(int16_t r, int16_t c);
37extern void postcm(void);
38extern void setsqm(int16_t r, int16_t c);
39extern int16_t sqenter(void);
40extern int16_t sqfnbox(int16_t n);
Note: See TracBrowser for help on using the repository browser.