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

Last change on this file since bf89cfb 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
RevLine 
[526a993]1/*
2 =============================================================================
3 vhinit.c -- external declarations
4 =============================================================================
5*/
6
[6262b5c]7#pragma once
8
9#include "stdint.h"
10#include "vsdd.h"
11
12/*
13 =============================================================================
[526a993]14 external variables
[6262b5c]15 =============================================================================
16*/
17
18extern struct octent *v_curob;
19extern int16_t v_nobj;
20extern int16_t v_obpri;
21extern struct octent v_obtab[16];
[bf89cfb]22extern uint16_t vr_data[];
[6262b5c]23
24/*
25 =============================================================================
[526a993]26 external functions
[6262b5c]27 =============================================================================
28*/
29
30extern void VHinit(void);
Note: See TracBrowser for help on using the repository browser.