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

    r5fa506d r6262b5c  
    99#define DEBUGWE         0
    1010
    11 #include "stddefs.h"
    12 #include "biosdefs.h"
    13 #include "curpak.h"
    14 #include "memory.h"
    15 #include "stdio.h"
    16 #include "errno.h"
    17 
    18 #include "ascii.h"
    19 #include "charset.h"
    20 #include "fpu.h"
    21 #include "hwdefs.h"
    22 #include "vsdd.h"
    23 #include "vsddsw.h"
    24 #include "vsddvars.h"
    25 #include "graphdef.h"
    26 #include "charset.h"
    27 #include "fields.h"
    28 
    29 #include "midas.h"
    30 #include "asgdsp.h"
    31 #include "instdsp.h"
    32 #include "libdsp.h"
    33 #include "wsdsp.h"
     11#include "all.h"
    3412
    3513#if     (DEBUGRE|DEBUGWE)
     
    18701848        itcpos(cyval / 14, cxval >> 3);
    18711849}
     1850
Note: See TracChangeset for help on using the changeset viewer.