ETrobocon2017 - 片山研究所モデルベース開発推進事業部
str
apps
include
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::Blue
BlockColor::Red
BlockColor
BlockColor
Definition:
BlockColor.h:5
BlockColor::Black
BlockColor::Yellow
BlockColor::Green
構築:
1.8.13