mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Delete clang-format files and comments (#14079)
This commit is contained in:
parent
64b59184d1
commit
da832a295e
24 changed files with 0 additions and 702 deletions
|
@ -44,13 +44,11 @@ enum class OverrideTarget : override_t
|
|||
SPECIAL_5 = 1 << 12,
|
||||
SPECIAL_6 = 1 << 13,
|
||||
|
||||
// clang-format off
|
||||
SIDES = LEFT | RIGHT | FRONT | BACK,
|
||||
ALL_FACES = TOP | BOTTOM | SIDES,
|
||||
ALL_SPECIAL = SPECIAL_1 | SPECIAL_2 | SPECIAL_3 | SPECIAL_4 | SPECIAL_5 | SPECIAL_6,
|
||||
NODE_TARGETS = ALL_FACES | ALL_SPECIAL,
|
||||
ITEM_TARGETS = INVENTORY | WIELD,
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
struct TextureOverride
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue