Added INV_ALIGN_NONE

This commit is contained in:
smallmodel 2023-12-31 15:35:00 +01:00
parent ebf33349a3
commit 907255837e
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -29,6 +29,7 @@ typedef enum {
} inv_move_type;
typedef enum {
INV_ALIGN_NONE,
INV_ALIGN_LEFT,
INV_ALIGN_RIGHT
} inv_align_type;