source: buchla-68k/vlib/vobjfns.x@ 6aa430b

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

More accurate headers.

  • Property mode set to 100644
File size: 834 bytes
Line 
1#pragma once
2
3#include "stdint.h"
4
5/*
6 =============================================================================
7 vobjfns.c -- global variables
8 =============================================================================
9*/
10
11extern uint16_t vi_ctl;
12extern int16_t vi_dis;
13extern int16_t wsize;
14
15/*
16 =============================================================================
17 vobjfns.c -- global functions
18 =============================================================================
19*/
20
21extern void CpyObj(uint16_t *from, uint16_t *to, uint16_t w, uint16_t h, uint16_t sw);
22extern void SelObj(int16_t obj);
23extern void SetObj(int16_t obj, int16_t type, int16_t bank, int16_t xpix, int16_t ypix, int16_t x0, int16_t y0, int16_t flags, int16_t pri, uint16_t *base);
24extern void SetPri(int16_t obj, int16_t pri);
Note: See TracBrowser for help on using the repository browser.