source: buchla-68k/ram/idselbx.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: 868 bytes
Line 
1#pragma once
2
3#include "fields.h"
4#include "stdint.h"
5
6/*
7 =============================================================================
8 idselbx.c -- global variables
9 =============================================================================
10*/
11
12extern struct selbox idboxes[];
13
14/*
15 =============================================================================
16 idselbx.c -- global functions
17 =============================================================================
18*/
19
20extern int16_t bx_null(void);
21extern void cdnicur(void);
22extern void cupicur(void);
23extern int16_t edfunc(int16_t n);
24extern void endityp(void);
25extern void iclrwin(int16_t n);
26extern int16_t idfnbox(int16_t n);
27extern void idtxput(int16_t row, int16_t col, int8_t *txt, int16_t tag);
28extern void showfn(void);
29extern void showim(void);
30extern void showpt(int16_t q);
31
Note: See TracBrowser for help on using the repository browser.