From 2a49b9d4ac5fc24b80f3685df50ec1188aa561e1 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sat, 11 Sep 2010 18:55:52 +0900 Subject: [PATCH] =?utf8?q?roast=5Fbinenum.h:=203=E6=A1=81=E7=9B=AE?= =?utf8?q?=E3=81=BE=E3=81=A7=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast_binenum.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roast/include/roast_binenum.h b/roast/include/roast_binenum.h index 688eeb32..2beec0cc 100644 --- a/roast/include/roast_binenum.h +++ b/roast/include/roast_binenum.h @@ -17,4 +17,16 @@ enum B11 }; +enum +{ + B000=0, + B001, + B010, + B011, + B100, + B101, + B110, + B111 +}; + #endif/*__SFJP_OPENMGL_roast_binenum_H__*/ -- 2.11.0