Add hand chams

This commit is contained in:
8dcc
2023-07-26 16:34:14 +02:00
parent b5981b1da3
commit 7ad62b0fc4
3 changed files with 28 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ enum visible_flags {
NONE = 0,
VISIBLE = 1,
NOT_VISIBLE = 2,
/* TODO: HANDS */
HANDS = 3,
};
/*----------------------------------------------------------------------------*/