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

    r5fa506d r6262b5c  
    1010#define DEBUGIT         0
    1111
    12 #include "debug.h"
    13 
    14 #include "stddefs.h"
    15 #include "slice.h"
    16 #include "hwdefs.h"
    17 #include "score.h"
    18 #include "vsdd.h"
    19 #include "graphdef.h"
    20 
    21 #include "midas.h"
    22 #include "scdsp.h"
    23 #include "scfns.h"
     12#include "all.h"
    2413
    2514#define BARCOLOR        0x3333
     
    738727        }
    739728}
     729
Note: See TracChangeset for help on using the changeset viewer.