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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
     10#include "ram.h"
    1111
    1212#if     DEBUGIT
    13 extern  short   debugsw;
    14 
    1513short   debugsf = 1;;
    1614#endif
    17 
    18 extern  int16_t cxval, cyval, astat;
    19 
    20 extern  int16_t cursbox;                /* currently selected box */
    21 extern  int16_t hitbox;                 /* box we just hit */
    22 extern  int16_t hitcx, hitcy;           /* x,y of cursor when we hit the box */
    23 
    24 extern  struct  selbox  *csbp;          /* current select box table pointer */
    25 extern  struct  selbox  *curboxp;       /* current select box pointer */
    26 
    27 /*
    28 
    29 */
    3015
    3116/*
Note: See TracChangeset for help on using the changeset viewer.