Changeset b28a12e in buchla-68k for ram/etarat.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etarat.c

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern void advacur(void);
    11 extern void modasg(void);
    12 extern void sendval(int16_t voice, int16_t par, int16_t ival);
    13 
    14 extern  uint16_t        *asgob;
    15 
    16 extern  int16_t stcrow, stccol;
    17 extern  int16_t ps_rate;
    18 
    19 extern  int16_t adbox[][8];
    20 
    21 extern  int8_t  dspbuf[];
    22 
    23 /*
    24 
    25 */
     8#include "ram.h"
    269
    2710/*
Note: See TracChangeset for help on using the changeset viewer.