ETrobocon2017 - 片山研究所モデルベース開発推進事業部
BlockColor.h
[詳解]
1 
2 #ifndef _BLOCK_COLOR
3 #define _BLOCK_COLOR
4 
5 enum class BlockColor{
6  Black,
7  Red,
8  Yellow,
9  Blue,
10  Green
11 };
12 
13 #endif //_BLOCK_COLOR
BlockColor
Definition: BlockColor.h:5