diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-12-16 16:49:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-12-16 16:49:34 +0000 |
commit | 3b86882357e8e02fc2740f16780d1c4620ea0c57 (patch) | |
tree | f1197d92e3472c71ff9a9a80dfdb49ebaed569ea /src/output.h | |
parent | 0127dbc7c79ba19c21ef07f2b1764857f5bf9717 (diff) |
Added initial files for CPC output.
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output.h b/src/output.h index b2e208c..84d0e33 100644 --- a/src/output.h +++ b/src/output.h @@ -39,6 +39,7 @@ #include "snesout.h" #include "libout.h" #include "nesout.h" +#include "cpcout.h" /* ---------------------------------------- INTERFACES */ |