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
10namespace baba_is_auto
11{
13enum class RuleDirection
14{
17};
18} // namespace baba_is_auto
19
20#endif
Definition IAgent.hpp:14
RuleDirection
An enumerator for identifying the direction of rule.
Definition RuleEnums.hpp:14