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


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/idselbx.c

    rd2d593b re225e77  
    1414#include "midas.h"
    1515#include "instdsp.h"
     16
     17#include "stdio.h"
     18#include "vsddsw.h"
    1619
    1720extern  void    (*itxput)(int16_t row, int16_t col, int8_t *txt, int16_t tag);
     
    6770int16_t idfnbox(int16_t n);
    6871
     72extern  int16_t gcurpos(int16_t xloc, int16_t yloc);
     73extern  int16_t rd_ires(int16_t n);
     74extern  int16_t vtyper(void);
     75extern  void allwins(void);
     76extern  void arcurs(uint16_t icolor);
     77extern  void drawpt(int16_t px, int16_t py, int16_t pc);
     78extern  void idbord(void);
     79extern  void idvlblc(void);
     80extern  void idvtyp(void);
     81extern  void pntsel(void);
     82extern  void setgc(int16_t xv, int16_t yv);
     83extern  void settc(int16_t rv, int16_t cv);
     84extern  void vtsetup(uint16_t *obj, int16_t (*dsp)(), int16_t col, int8_t *ptr, int16_t tr, int16_t tc, int16_t (*adv)(), int16_t (*bsp)(), int16_t (*cup)(), int16_t (*cdn)(), int16_t (*stop)(), uint16_t fg, uint16_t bg);
     85extern  void wcmenu(int16_t wc);
     86
    6987/*
    7088
Note: See TracChangeset for help on using the changeset viewer.