From 4d0a49d1d1edeba34d906993d559d3e69c0d3bbe Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sun, 8 Aug 2010 03:12:19 +0900 Subject: [PATCH] file/iso9660/eltorito.hpp Add. --- roast_ex/roast/file/iso9660/eltorito.hpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roast_ex/roast/file/iso9660/eltorito.hpp diff --git a/roast_ex/roast/file/iso9660/eltorito.hpp b/roast_ex/roast/file/iso9660/eltorito.hpp new file mode 100644 index 00000000..a5515286 --- /dev/null +++ b/roast_ex/roast/file/iso9660/eltorito.hpp @@ -0,0 +1,17 @@ +// Roast+ License + +/* + El Torito Bootable CD Specification +*/ +#ifndef __SFJP_ROAST_EX__file__iso9660__eltorito_HPP__ +#define __SFJP_ROAST_EX__file__iso9660__eltorito_HPP__ + +namespace roast +{ + namespace iso9660 + { + + } +} + +#endif//__SFJP_ROAST_EX__file__iso9660__eltorito_HPP__ -- 2.11.0