Last change
on this file since 1d61ba3 was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Added include files for global functions and variables.
|
-
Property mode
set to
100644
|
File size:
931 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #include "stdint.h"
|
---|
4 |
|
---|
5 | /*
|
---|
6 | =============================================================================
|
---|
7 | sqdisp.c -- global variables
|
---|
8 | =============================================================================
|
---|
9 | */
|
---|
10 |
|
---|
11 | extern int16_t curslin;
|
---|
12 | extern int16_t seqpal[16][3];
|
---|
13 | extern int16_t sqatype[];
|
---|
14 | extern int8_t *sqdsptb[];
|
---|
15 | extern int8_t sqhead[];
|
---|
16 | extern int8_t *sqmcon[];
|
---|
17 |
|
---|
18 | /*
|
---|
19 | =============================================================================
|
---|
20 | sqdisp.c -- global functions
|
---|
21 | =============================================================================
|
---|
22 | */
|
---|
23 |
|
---|
24 | extern int8_t *SqBakLn(void);
|
---|
25 | extern int8_t *SqFwdLn(void);
|
---|
26 | extern void dcursq(void);
|
---|
27 | extern void dsact(int8_t *buf, uint16_t act, uint16_t dat);
|
---|
28 | extern void dsqlin(int8_t *buf, int16_t slin);
|
---|
29 | extern void dstw(void);
|
---|
30 | extern void initsq(void);
|
---|
31 | extern void sqdisp(void);
|
---|
32 | extern void sqwin(int16_t n);
|
---|
33 | extern void sqwins(void);
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.