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

    rd2d593b re225e77  
    1717#include "instdsp.h"
    1818
     19#include "memory.h"
     20#include "stdio.h"
     21
    1922extern  void    advicur(void);
    2023extern  void    pntsel(void);
     
    2225extern  int16_t timeto(int16_t fn, int16_t pj);
    2326extern  void    setseg(int16_t pn, uint16_t ptime);
     27
     28extern  int16_t inspnt(struct instdef *ip, int16_t fn, int16_t inpnt);
     29extern  void modinst(void);
    2430
    2531extern  uint16_t        *instob;
Note: See TracChangeset for help on using the changeset viewer.