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

    rd2d593b re225e77  
    1919#include "midas.h"
    2020#include "instdsp.h"
     21
     22extern int16_t edfunc(int16_t n);
     23extern uint16_t setipl(uint16_t arg);
     24extern void modinst(void);
     25extern void pntsel(void);
     26extern void showpt(int16_t q);
    2127
    2228#define PT_SIZE (sizeof (struct instpnt))
Note: See TracChangeset for help on using the changeset viewer.