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