source: buchla-68k/ram/m7menu.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: 848 bytes
Line 
1#pragma once
2
3#include "curpak.h"
4#include "fields.h"
5#include "stdint.h"
6
7/*
8 =============================================================================
9 m7menu.c -- global variables
10 =============================================================================
11*/
12
13extern int16_t blakpal[16][3];
14extern struct curpak m7_flds;
15extern struct selbox mdboxes[];
16extern int16_t menupal[16][3];
17extern int16_t mfrc[][2];
18
19/*
20 =============================================================================
21 m7menu.c -- global functions
22 =============================================================================
23*/
24
25extern void drawm(void);
26extern void dswap(void);
27extern void m7menu(void);
28extern int16_t mdselbx(int16_t n);
29extern void mlbld(int8_t *where, int8_t *from);
30extern void mlpoint(int16_t x, int16_t y, int16_t pen);
Note: See TracBrowser for help on using the repository browser.