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

    r5fa506d r6262b5c  
    1212#undef  CHECKPTR                /* define to check pointers */
    1313
    14 #include "debug.h"
    15 
    16 #include "hwdefs.h"
    17 #include "stddefs.h"
    18 #include "score.h"
    19 #include "scfns.h"
    20 #include "memory.h"
    21 #include "slice.h"
    22 
    23 #include "vsddsw.h"
     14#include "all.h"
    2415
    2516extern void dslocn(void);
     
    476467        return(SUCCESS);
    477468}
     469
Note: See TracChangeset for help on using the changeset viewer.