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

    rd2d593b re225e77  
    1717#include "midas.h"
    1818#include "instdsp.h"
     19
     20#include "stdio.h"
     21#include "vsddsw.h"
    1922
    2023extern  void    select(void);
     
    130133void    ikydn(void);
    131134
     135extern  int16_t delpnts(void);
     136extern  int16_t edfunc(int16_t n);
     137extern  int16_t gcurpos(int16_t xloc, int16_t yloc);
     138extern  int16_t segtime(int16_t pn, uint16_t ptime);
     139extern  uint16_t addfpu(uint16_t t, int16_t k);
     140extern  uint16_t subfpu(uint16_t t, int16_t k);
     141extern  void allwins(void);
     142extern  void arcurs(uint16_t icolor);
     143extern  void curset(struct curpak *s);
     144extern  void execins(int16_t vce, int16_t ins, int16_t tag);
     145extern  void initi(struct instdef *ip);
     146extern  void modinst(void);
     147extern  void setinst(void);
     148extern  void vtcxupd(void);
     149extern  void vtcyupd(void);
     150
    132151/*
    133152
Note: See TracChangeset for help on using the changeset viewer.