#pragma once #include "fields.h" #include "stdint.h" /* ============================================================================= adselbx.c -- global variables ============================================================================= */ extern struct selbox adboxes[]; /* ============================================================================= adselbx.c -- global functions ============================================================================= */ extern int16_t adfnbox(int16_t n); extern void admenu(int16_t n); extern void admtxt(int16_t row, int16_t col, int8_t *txt, int16_t tag); extern void endatyp(void);