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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
     8#include "ram.h"
    99
    1010#define STCOBJ          obj3
    1111
    1212#define SDLINE          4               /* dividing line color - analog stuff */
    13 
    14 extern  uint16_t        exp_c(uint16_t c);
    15 
    16 extern  int16_t infield(int16_t row, int16_t col, struct fet *fetp);
    17 
    18 extern  uint16_t        *STCOBJ;        /* text cursor address in VSDD RAM */
    19 
    20 extern  int16_t cxval, cyval;           /* score cursor x,y */
    21 extern  int16_t stcrow, stccol;         /* score cursor row,col */
    22 extern  int16_t sctctab[10][64];        /* score background color table */
    23 
    24 /*
    25 
    26 */
    2713
    2814int16_t sctccon[10][64] = {             /* score background color constants */
Note: See TracChangeset for help on using the changeset viewer.