source: buchla-68k/ram/m7menu.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.0 KB
Line 
1/*
2 =============================================================================
3 m7menu.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 int16_t blakpal[16][3];
20extern struct curpak m7_flds;
21extern struct selbox mdboxes[];
22extern int16_t menupal[16][3];
23extern int16_t mfrc[][2];
24
25/*
26 =============================================================================
27 external functions
28 =============================================================================
29*/
30
31extern void drawm(void);
32extern void dswap(void);
33extern void m7menu(void);
34extern int16_t mdselbx(int16_t n);
35extern void mlbld(int8_t *where, int8_t *from);
36extern void mlpoint(int16_t x, int16_t y, int16_t pen);
Note: See TracBrowser for help on using the repository browser.