Changeset b28a12e in buchla-68k for ram/etivce.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/etivce.c

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
     8#include "ram.h"
    99
    1010#define VCE_OFF         6
    11 
    12 extern  void    advicur(void);
    13 extern  void    newvce(int16_t voice);
    14 
    15 extern  void allwins(void);
    16 
    17 extern  uint16_t        *instob;
    18 
    19 extern  int16_t stccol, curvce;
    20 
    21 extern  int16_t idbox[][8];
    22 
    23 extern  int8_t  dspbuf[];
    24 
    25 /*
    26 
    27 */
    2811
    2912/*
Note: See TracChangeset for help on using the changeset viewer.