source: buchla-68k/include/libs.h@ b28a12e

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

Zero redundant declarations.

  • Property mode set to 100644
File size: 1.2 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#include "ascii.h"
11#include "asgdsp.h"
12#include "biosdefs.h"
13#include "charset.h"
14#include "cmeta.h"
15#include "ctype.h"
16#include "curpak.h"
17#include "debug.h"
18#include "errdefs.h"
19#include "errno.h"
20#include "fcntl.h"
21#include "fields.h"
22#include "fpu.h"
23#include "fspars.h"
24#include "glcdefs.h"
25#include "graphdef.h"
26#include "hwdefs.h"
27#include "instdsp.h"
28#include "io.h"
29#include "lcdline.h"
30#include "libdsp.h"
31#include "macros.h"
32#include "menu.h"
33#include "midas.h"
34#include "objdefs.h"
35#include "panel.h"
36#include "patch.h"
37#include "ptdisp.h"
38#include "regs.h"
39#include "scdsp.h"
40#include "sclock.h"
41#include "score.h"
42#include "scwheel.h"
43#include "secops.h"
44#include "setjmp.h"
45#include "slice.h"
46#include "smdefs.h"
47#include "stdarg.h"
48#include "stddefs.h"
49#include "stdint.h"
50#include "stdio.h"
51#include "timers.h"
52#include "tundsp.h"
53#include "uartio.h"
54#include "vsdd.h"
55#include "wordq.h"
56#include "wsdsp.h"
Note: See TracBrowser for help on using the repository browser.