source: buchla-68k/ram/scwrite.x@ 2340de6

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

Keep macros in external declarations.

  • Property mode set to 100644
File size: 832 bytes
Line 
1/*
2 =============================================================================
3 scwrite.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "score.h"
10#include "stdint.h"
11#include "stdio.h"
12
13/*
14 =============================================================================
15 external variables
16 =============================================================================
17*/
18
19extern int32_t m1con;
20extern int16_t scsizes[N_ETYPES][2];
21
22/*
23 =============================================================================
24 external functions
25 =============================================================================
26*/
27
28extern int32_t scsize(int16_t sn);
29extern int32_t scsizer(void);
30extern int16_t scwrite(int16_t sn, FILE *fp);
Note: See TracBrowser for help on using the repository browser.