Changeset d2d593b in buchla-68k for include/vsddsw.h


Ignore:
Timestamp:
07/09/2017 09:14:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e225e77
Parents:
d10dbee
Message:

Added more functions to header files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/vsddsw.h

    rd10dbee rd2d593b  
    3434extern  void    CpyObj(uint16_t *from, uint16_t *to, uint16_t w, uint16_t h, uint16_t sw);
    3535
     36extern  void    lseg(int16_t x1, int16_t y1, int16_t x2, int16_t y2, int16_t t);
     37extern  void    vbfill4(uint16_t *obj, int16_t obwidth, int16_t xmin, int16_t ymin, int16_t xmax, int16_t ymax, uint16_t color);
    3638
     39extern  void    tsplot4(int16_t *obase, int16_t nw, int16_t fg, int16_t row, int16_t col, int8_t *str, int16_t pitch);
     40extern  void    vcputsv(int16_t *obase, int16_t nw, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *str, int16_t pitch);
     41
Note: See TracChangeset for help on using the changeset viewer.