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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 extern  int16_t entbh(int16_t n);
    13 extern  void    wdswin(int16_t n);
    14 
    15 extern  int16_t curvce, curwdth, cursbox, hitbox, cxval, cyval, hitcx, hitcy;
    16 extern  int16_t curwave, curwfnl, curwpnt, curwoff, curwhrm, curwhrv, curwslt;
    17 extern  int16_t wdupdfl, wpntsv, wplast, wvlast, lstwoff, lstwpnt;
    18 
    19 extern  int16_t offsets[NUMWPCAL];
    20 extern  int16_t vmtab[NUMHARM];
    21 extern  int16_t wsbuf[NUMWPCAL];
    22 
    23 extern  int32_t vknm[NUMHARM][NUMWPCAL];
    24 
    25 extern  int16_t wdbox[][8];
    26 
    27 extern  int16_t wsnmod[12][2];
    28 
    29 extern  int16_t crate1[], crate2[], *cratex, *cratey;
    30 
    31 extern  struct  selbox  *csbp, *curboxp;
    32 
    33 extern  struct  instdef vbufs[];
    34 
    35 extern  struct  wstbl   wslib[];
    36 
    37 /* forward references */
    38 
    39 int16_t bx_null(void);
    40 int16_t wdfnbox(int16_t n);
    41 
    42 extern  int16_t gcurpos(int16_t xloc, int16_t yloc);
    43 extern  void arcurs(uint16_t icolor);
    44 extern  void settc(int16_t rv, int16_t cv);
    45 extern  void updfpu(void);
    46 extern  void wadj(void);
    47 
    48 /*
    49 
    50 */
     10#include "ram.h"
    5111
    5212struct  selbox  wdboxes[] = {
Note: See TracChangeset for help on using the changeset viewer.