LeviLamina
Loading...
Searching...
No Matches
Result.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
BlockBreadthFirst {
6
7
enum class
Result : uchar {
8
Ignore = 0,
9
ProvideMore = 1,
10
ProcessedProvideMore = 2,
11
};
12
13
}
src
mc
util
block_breadth_first
Result.h
Generated on Fri Jun 13 2025 05:04:45 for LeviLamina by
1.12.0