You've already forked rabbitizer
mirror of
https://github.com/encounter/rabbitizer.git
synced 2026-03-30 11:35:30 -07:00
16 lines
375 B
C
Generated
16 lines
375 B
C
Generated
/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
/* Automatically generated. DO NOT MODIFY */
|
|
|
|
#ifndef InstrSuffix_enum_h_automatic
|
|
#define InstrSuffix_enum_h_automatic
|
|
|
|
typedef enum RabbitizerInstrSuffix {
|
|
RABINSTRSUFFIX_ALL_NONE,
|
|
RABINSTRSUFFIX_R5900_xyzw,
|
|
RABINSTRSUFFIX_ALL_MAX,
|
|
} RabbitizerInstrSuffix;
|
|
|
|
#endif
|