diff options
Diffstat (limited to 'src/drv/cd0emf.c')
-rw-r--r-- | src/drv/cd0emf.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/drv/cd0emf.c b/src/drv/cd0emf.c new file mode 100644 index 0000000..13beb4c --- /dev/null +++ b/src/drv/cd0emf.c @@ -0,0 +1,17 @@ +/** \file + * \brief Dummy EMF + * + * See Copyright Notice in cd.h + */ + +#include <stdlib.h> +#include "cd.h" +#include "cdemf.h" + + +cdContext* cdContextEMF(void) +{ + return NULL; +} + + |