Changeset 411371e in buchla-68k for ram/idselbx.c


Ignore:
Timestamp:
07/09/2017 10:46:29 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c3aee8a
Parents:
e225e77
Message:

Removed redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/idselbx.c

    re225e77 r411371e  
    2020extern  void    (*itxput)(int16_t row, int16_t col, int8_t *txt, int16_t tag);
    2121
    22 extern  void    lseg(int16_t x1, int16_t y1, int16_t x2, int16_t y2, int16_t t);
    2322extern  void    dswin(int16_t n);
    24 extern  void    tsplot4(int16_t *obase, int16_t nw, int16_t fg, int16_t row, int16_t col, int8_t *str, int16_t pitch);
    25 extern  void    vbfill4(uint16_t *obj, int16_t obwidth, int16_t xmin, int16_t ymin, int16_t xmax, int16_t ymax, uint16_t color);
    2623extern  int16_t entbh(int16_t n);
    2724extern  void    vtdisp(uint16_t *obj, uint16_t fg, uint16_t bg, int16_t row, int16_t col, int8_t *buf);
Note: See TracChangeset for help on using the changeset viewer.