summaryrefslogtreecommitdiff
path: root/src/h/rt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/h/rt.h')
-rw-r--r--src/h/rt.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/h/rt.h b/src/h/rt.h
new file mode 100644
index 0000000..4531dc9
--- /dev/null
+++ b/src/h/rt.h
@@ -0,0 +1,27 @@
+#ifndef RT_DOT_H /* only include once */
+#define RT_DOT_H 1
+
+/*
+ * Include files.
+ */
+
+#include "../h/define.h"
+#include "../h/arch.h"
+#include "../h/config.h"
+#include "../h/sys.h"
+#include "../h/typedefs.h"
+#include "../h/cstructs.h"
+#include "../h/mproto.h"
+#include "../h/cpuconf.h"
+#include "../h/monitor.h"
+#include "../h/rmacros.h"
+#include "../h/rstructs.h"
+
+#ifdef Graphics
+ #include "../h/graphics.h"
+#endif /* Graphics */
+
+#include "../h/rexterns.h"
+#include "../h/rproto.h"
+
+#endif /* RT_DOT_H */