source: buchla-68k/vlib/vhinit.x

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

No more warnings in vlib.

  • Property mode set to 100644
File size: 804 bytes
Line 
1/*
2 =============================================================================
3 vhinit.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10#include "vsdd.h"
11
12/*
13 =============================================================================
14 external variables
15 =============================================================================
16*/
17
18extern struct octent *v_curob;
19extern int16_t v_nobj;
20extern int16_t v_obpri;
21extern struct octent v_obtab[16];
22extern uint16_t vr_data[];
23
24/*
25 =============================================================================
26 external functions
27 =============================================================================
28*/
29
30extern void VHinit(void);
Note: See TracBrowser for help on using the repository browser.