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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 extern  void    advwcur(void);
    13 extern  void    wdswin(int16_t n);
    14 extern  void    newws(void);
    15 extern  void    dsnewws(void);
    16 
    17 extern  uint16_t        *waveob;
    18 
    19 extern  int16_t stcrow, stccol, curwslt;
    20 
    21 extern  int16_t wdbox[][8];
    22 
    23 extern  int8_t  dspbuf[];
    24 
    25 /*
    26 
    27 */
     10#include "ram.h"
    2811
    2912/*
Note: See TracChangeset for help on using the changeset viewer.