source: buchla-68k/include/all.h@ f7428b1

Last change on this file since f7428b1 was f7428b1, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Started to rework include files.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1/*
2 =============================================================================
3 all.h -- top-level include file
4 Version 1 -- 2017-07-10 -- Thomas Lopatic
5 =============================================================================
6*/
7
8#pragma once
9
10/* macros and types */
11
12#include "ascii.h"
13#include "asgdsp.h"
14#include "biosdefs.h"
15#include "charset.h"
16#include "cmeta.h"
17#include "configs.h"
18#include "ctype.h"
19#include "curpak.h"
20#include "debug.h"
21#include "dfltins.h"
22#include "errdefs.h"
23#include "errno.h"
24#include "fcntl.h"
25#include "fields.h"
26#include "fpu.h"
27#include "fspars.h"
28#include "glcbars.h"
29#include "glcdefs.h"
30#include "graphdef.h"
31#include "hwdefs.h"
32#include "instdsp.h"
33#include "io.h"
34#include "knmtab.h"
35#include "lcdline.h"
36#include "libdsp.h"
37#include "macros.h"
38#include "menu.h"
39#include "midas.h"
40#include "objdefs.h"
41#include "panel.h"
42#include "patch.h"
43#include "ptdisp.h"
44#include "ptoftab.h"
45#include "ratio.h"
46#include "regs.h"
47#include "scdsp.h"
48#include "sclock.h"
49#include "score.h"
50#include "scwheel.h"
51#include "secops.h"
52#include "setjmp.h"
53#include "slice.h"
54#include "smdefs.h"
55#include "stdarg.h"
56#include "stddefs.h"
57#include "stdint.h"
58#include "stdio.h"
59#include "swrtab.h"
60#include "timers.h"
61#include "tundsp.h"
62#include "uartio.h"
63#include "vsdd.h"
64#include "wdcurtb.h"
65#include "wordq.h"
66#include "wsdsp.h"
67
68/* global variable and function declarations */
69
70#include "glob.h"
Note: See TracBrowser for help on using the repository browser.