source: buchla-68k/ram/adselbx.x@ 6262b5c

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

Added include files for global functions and variables.

  • Property mode set to 100644
File size: 658 bytes
Line 
1#pragma once
2
3#include "fields.h"
4#include "stdint.h"
5
6/*
7 =============================================================================
8 adselbx.c -- global variables
9 =============================================================================
10*/
11
12extern struct selbox adboxes[];
13
14/*
15 =============================================================================
16 adselbx.c -- global functions
17 =============================================================================
18*/
19
20extern int16_t adfnbox(int16_t n);
21extern void admenu(int16_t n);
22extern void admtxt(int16_t row, int16_t col, int8_t *txt, int16_t tag);
23extern void endatyp(void);
24
Note: See TracBrowser for help on using the repository browser.