This commit is contained in:
Doug Evans
1998-01-14 20:08:46 +00:00
parent 82cb1a1f7c
commit 3b542e9430

View File

@@ -201,6 +201,10 @@ struct txvu_operand {
#define TXVU_DEST_Y 4
#define TXVU_DEST_Z 2
#define TXVU_DEST_W 1
#define TXVU_BC_X 0
#define TXVU_BC_Y 1
#define TXVU_BC_Z 2
#define TXVU_BC_W 3
extern const struct txvu_operand txvu_operands[];
extern const int txvu_operand_count;