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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
     10#include "ram.h"
    1111
    1212#define DENSITY         1               /* double density */
     
    1919
    2020#if     DEBUGIT
    21 extern  short   debugsw;
    22 
    2321short   debugm7 = 1;
    2422#endif
    2523
    26 extern  int8_t  m7verms[], bfs[], loadedf[][8];
    27 
    28 extern  struct  selbox  *csbp, *curboxp;
    29 
    30 extern  void    (*point)(int16_t x, int16_t y, int16_t pen);
    31 
    32 extern  void    nokey(void);
    33 extern  void    nodkey(int16_t k);
    34 extern  int16_t nonf(int16_t k);
    35 extern  void    select(void);
    36 extern  void    cxkstd(void);
    37 extern  void    cykstd(void);
    38 extern  void    cxgen(void);
    39 extern  void    cygen(void);
    40 extern  int16_t stdctp2(void);
    41 
    42 extern  uint16_t        exp_c(uint16_t c);
    43 
    44 extern  int16_t ndisp, runit, curslim, sgcsw, cxval, cyval, stcrow, stccol;
    45 extern  int16_t crate1[], defect, dsp_ok;
    46 
    47 extern  struct  octent  *mdoct;
    48 
    49 extern  uint16_t        *menuob, *obj0, vi_ctl;
    50 
    5124static int8_t   ml01[61], ml02[61], ml03[61], ml04[61], ml05[61];
    52 
    53 int16_t mdselbx(int16_t n);
    54 
    55 extern  int16_t dcopy(void);
    56 extern  int16_t dformat(int16_t dt);
    57 extern  uint16_t setipl(uint16_t arg);
    58 extern  void arcurs(uint16_t icolor);
    59 extern  void curset(struct curpak *s);
    60 extern  void setgc(int16_t xv, int16_t yv);
    61 extern  void vsndpal(int16_t pp[16][3]);
    6225
    6326/*
Note: See TracChangeset for help on using the changeset viewer.