baba-is-auto
C++17 Baba Is You simulator
Loading...
Searching...
No Matches
RuleEnums.hpp
Go to the documentation of this file.
1
// Copyright (c) 2020-2026 Chris Ohk
2
3
// I am making my contributions/submissions to this project solely in our
4
// personal capacity and am not conveying any rights to any intellectual
5
// property of any third parties.
6
7
#ifndef BABA_IS_AUTO_RULE_ENUMS_HPP
8
#define BABA_IS_AUTO_RULE_ENUMS_HPP
9
10
namespace
baba_is_auto
11
{
13
enum class
RuleDirection
14
{
15
HORIZONTAL
,
16
VERTICAL
,
17
};
18
}
// namespace baba_is_auto
19
20
#endif
baba_is_auto
Definition
IAgent.hpp:14
baba_is_auto::RuleDirection
RuleDirection
An enumerator for identifying the direction of rule.
Definition
RuleEnums.hpp:14
baba_is_auto::RuleDirection::VERTICAL
@ VERTICAL
baba_is_auto::RuleDirection::HORIZONTAL
@ HORIZONTAL
Includes
baba-is-auto
Enums
RuleEnums.hpp
Generated by
1.9.8