Changeset 6262b5c in buchla-68k for ram/delpnts.c


Ignore:
Timestamp:
07/10/2017 12:02:05 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
39a696b
Parents:
5fa506d
Message:

Added include files for global functions and variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/delpnts.c

    r5fa506d r6262b5c  
    1010#define D_INSPNT        0       /* debug inspnt() */
    1111
    12 #include "stddefs.h"
    13 #include "fpu.h"
    14 #include "graphdef.h"
    15 #include "hwdefs.h"
    16 #include "vsdd.h"
    17 #include "smdefs.h"
    18 
    19 #include "midas.h"
    20 #include "instdsp.h"
     12#include "all.h"
    2113
    2214extern int16_t edfunc(int16_t n);
     
    310302        return(TRUE);
    311303}
     304
Note: See TracChangeset for help on using the changeset viewer.