Changeset 0580615 in buchla-68k for include/glcfns.h


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/glcfns.h

    r46d8069 r0580615  
    66*/
    77
    8 extern  unsigned        GLCcrc(), GLCcxy();
    9 extern  short           GLCplot();
    10 extern  short           GLCinit(), GLCwrts(), GLCtext(), GLCdisp(), GLCcurs();
     8extern  unsigned        GLCcrc(unsigned row, unsigned col);
     9extern  unsigned        GLCcxy(unsigned x, unsigned y);
     10extern  void    GLCplot(unsigned x, unsigned y, unsigned val);
     11extern  void    GLCinit(void);
     12extern  void    GLCwrts(char *s);
     13extern  void    GLCtext(unsigned row, unsigned col, char *s);
     14extern  void    GLCdisp(short dsp, short crs, short blk1, short blk2, short blk3);
     15extern  void    GLCcurs(short crs);
    1116
    1217extern  unsigned        lcdx, lcdy, lcdbit, lcdrow, lcdcol, lcdbase;
Note: See TracChangeset for help on using the changeset viewer.