Changeset 6262b5c in buchla-68k for ram/nedacc.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/nedacc.c

    r5fa506d r6262b5c  
    2424#define DEBUGIT         0
    2525
    26 #include "stddefs.h"
    27 #include "debug.h"
    28 #include "graphdef.h"
    29 #include "hwdefs.h"
    30 #include "score.h"
    31 #include "scfns.h"
    32 #include "secops.h"
    33 #include "neddefs.h"
    34 #include "vsdd.h"
    35 
    36 #include "midas.h"
    37 #include "scdsp.h"
     26#include "all.h"
    3827
    3928#if     DEBUGIT
     
    830819        return;
    831820}
     821
Note: See TracChangeset for help on using the changeset viewer.