#pragma once #include "stdint.h" #include "vsdd.h" /* ============================================================================= vhinit.c -- global variables ============================================================================= */ extern struct octent *v_curob; extern int16_t v_nobj; extern int16_t v_obpri; extern struct octent v_obtab[16]; extern int16_t vr_data[]; /* ============================================================================= vhinit.c -- global functions ============================================================================= */ extern void VHinit(void);