aboutsummaryrefslogtreecommitdiff
path: root/src/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/output.h b/src/output.h
index cb0e5ca..8ea1c1d 100644
--- a/src/output.h
+++ b/src/output.h
@@ -29,6 +29,13 @@
#include "parse.h"
#include "cmd.h"
+/* Pull in the output drivers
+*/
+#include "rawout.h"
+#include "specout.h"
+#include "t64out.h"
+#include "zx81out.h"
+
/* ---------------------------------------- INTERFACES
*/