source: buchla-68k/ram/curset.x@ 6262b5c

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

Added include files for global functions and variables.

  • Property mode set to 100644
File size: 705 bytes
Line 
1#pragma once
2
3#include "curpak.h"
4#include "stdint.h"
5
6/*
7 =============================================================================
8 curset.c -- global variables
9 =============================================================================
10*/
11
12extern int16_t trkonly;
13
14/*
15 =============================================================================
16 curset.c -- global functions
17 =============================================================================
18*/
19
20extern void curset(struct curpak *s);
21extern int16_t stdctp0(void);
22extern int16_t stdctp1(void);
23extern int16_t stdctp2(void);
24extern int16_t stdctp3(void);
25extern int16_t stdctp4(void);
26extern int16_t stdctp5(void);
27
Note: See TracBrowser for help on using the repository browser.