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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
     8#include "ram.h"
    99
    1010#define CW_0    0x0000
    1111#define CW_F    0xFFFF
    12 
    13 extern  uint16_t        exp_c(uint16_t c);
    14 
    15 extern  void andcopy(uint16_t *to, uint16_t *from, uint16_t with, int16_t len);
    16 
    17 extern  int16_t vtcrow;         /* virtual typewriter cursor row */
    18 extern  int16_t vtccol;         /* virtual typewriter cursor column */
    19 
    20 /*
    21 
    22 */
    2312
    2413static int16_t ttcur[] = {
Note: See TracChangeset for help on using the changeset viewer.