From 47bf65ab6163fb70eb2ad309c9487229832bcaed Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 14 Dec 2010 01:40:34 +0200 Subject: add basic .Z support --- frontend/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/plugin.h') diff --git a/frontend/plugin.h b/frontend/plugin.h index 48ab719..76cab25 100644 --- a/frontend/plugin.h +++ b/frontend/plugin.h @@ -7,6 +7,7 @@ enum builtint_plugins_e { PLUGIN_SPU, PLUGIN_CDR, PLUGIN_PAD, + PLUGIN_CDRCIMG, }; void *plugin_link(enum builtint_plugins_e id, const char *sym); -- cgit v1.2.3