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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  void    adpoint(int16_t x, int16_t y, int16_t pen);
    11 
    12 extern  uint16_t exp_c(uint16_t c);
    13 extern  void adswin(int16_t n);
    14 extern  void advacur(void);
    15 extern  void settc(int16_t rv, int16_t cv);
    16 
    17 extern  void    (*point)(int16_t x, int16_t y, int16_t pen);
    18 
    19 extern  uint16_t        *asgob;
    20 
    21 extern  int16_t asgmod;
    22 extern  int16_t curasg;
    23 extern  int16_t stccol;
    24 extern  int16_t stcrow;
    25 
    26 extern  int16_t adbox[][8];
    27 
    28 extern  int8_t  dspbuf[];
    29 
    30 /*
    31 
    32 */
     8#include "ram.h"
    339
    3410/*
Note: See TracChangeset for help on using the changeset viewer.