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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  void    advwcur(void);
    11 extern  void    wdswin(int16_t n);
    12 extern  void    pntsup(void);
    13 
    14 extern  void wdintp(void);
    15 
    16 extern  uint16_t        *waveob;
    17 
    18 extern  int16_t stcrow, stccol, lstwoff, curwoff, curvce, curwslt, curwdth;
    19 
    20 extern  int16_t wsnmod[12][2];
    21 
    22 extern  int16_t wdbox[][8];
    23 
    24 extern  int8_t  dspbuf[];
    25 
    26 /*
    27 
    28 */
     8#include "ram.h"
    299
    3010/*
Note: See TracChangeset for help on using the changeset viewer.