summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/lviv_lvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/lviv_lvt.h')
-rw-r--r--trunk/src/lib/formats/lviv_lvt.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/lviv_lvt.h b/trunk/src/lib/formats/lviv_lvt.h
new file mode 100644
index 00000000000..9629e1024d0
--- /dev/null
+++ b/trunk/src/lib/formats/lviv_lvt.h
@@ -0,0 +1,16 @@
+/*********************************************************************
+
+ lviv_lvt.h
+
+ Format code for Lviv casette files
+
+*********************************************************************/
+
+#ifndef LVIV_LVT_H
+#define LVIV_LVT_H
+
+#include "cassimg.h"
+
+CASSETTE_FORMATLIST_EXTERN(lviv_lvt_format);
+
+#endif /* LVIV_LVT_H */