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

    r39a696b rb28a12e  
    2424#define DEBUGIT         0
    2525
    26 #include "all.h"
    27 
    28 #if     DEBUGIT
    29 extern  short   debugsw;
    30 #endif
    31 
    32 /*
    33 
    34 */
    35 
    36 extern  int16_t pix2mid(void);
    37 
    38 extern  struct  n_entry *fcnote(int16_t grp, int16_t tnote);
    39 
    40 extern  int16_t sc_refr(int32_t t);
    41 extern  void dnedmod(void);
    42 
    43 extern  int16_t cflag;                  /* accidental flag */
    44 extern  int16_t cnote;                  /* note value at cursor */
    45 extern  int16_t cyval;                  /* cursor y value */
    46 extern  int16_t cxval;                  /* cursor x value */
    47 extern  int16_t recsw;                  /* record / play switch */
    48 extern  int16_t scmctl;                 /* area 1 menu status */
    49 
    50 extern  int16_t grpmode[];              /* group record / play status */
    51 extern  int16_t grpstat[];              /* group enable status */
    52 
    53 extern  int32_t ctime;                  /* time at cursor */
     26#include "ram.h"
    5427
    5528/*
Note: See TracChangeset for help on using the changeset viewer.