From cf4c6c2cdae6bf560173b9a5b7c9beef42b1e664 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sat, 26 Nov 2011 09:55:46 +0900 Subject: [PATCH] =?utf8?q?lexical/variable/variable.hpp=20=E8=BF=BD?= =?utf8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/lexical/variable/variable.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 roast/include/roast/lexical/variable/variable.hpp diff --git a/roast/include/roast/lexical/variable/variable.hpp b/roast/include/roast/lexical/variable/variable.hpp new file mode 100644 index 00000000..cf3cf3ea --- /dev/null +++ b/roast/include/roast/lexical/variable/variable.hpp @@ -0,0 +1,18 @@ +// Roast+ License +/* +*/ +#ifndef __SFJP_ROAST__lexical__variable_HPP__ +#define __SFJP_ROAST__lexical__variable_HPP__ + +namespace roast +{ + namespace lexical + { + namespace variable + { + + } + } +} + +#endif//__SFJP_ROAST__lexical__variable_HPP__ -- 2.11.0