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

    r5fa506d r6262b5c  
    66*/
    77
    8 #include "stddefs.h"
    9 #include "hwdefs.h"
    10 #include "fields.h"
    11 #include "vsdd.h"
    12 #include "vsddvars.h"
    13 #include "glcfns.h"
    14 #include "glcdefs.h"
    15 #include "graphdef.h"
    16 #include "lcdline.h"
    17 #include "panel.h"
    18 #include "score.h"
    19 #include "scfns.h"
    20 #include "sclock.h"
    21 #include "slice.h"
    22 #include "secops.h"
    23 #include "secdefs.h"
    24 #include "macros.h"
    25 
    26 #include "midas.h"
    27 #include "asgdsp.h"
    28 #include "scdsp.h"
    29 
    30 #include "memory.h"
    31 #include "stdio.h"
    32 #include "strings.h"
    33 #include "vsddsw.h"
     8#include "all.h"
    349
    3510/* functions defined elsewhere */
     
    20171992        return(FAILURE);
    20181993}
     1994
Note: See TracChangeset for help on using the changeset viewer.