str/apps/include/BlockColor.h (
10
lines of code) (
raw
):
#ifndef _BLOCK_COLOR #define _BLOCK_COLOR enum class BlockColor{ Black, Red, Yellow, Blue, Green }; #endif //_BLOCK_COLOR