mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-15 07:31:26 -07:00
Update TB
This commit is contained in:
+3
-2
@@ -33,8 +33,9 @@
|
||||
|
||||
// These are flags
|
||||
typedef enum TB_ArithmeticBehavior {
|
||||
TB_ARITHMATIC_NSW = 1,
|
||||
TB_ARITHMATIC_NUW = 2,
|
||||
TB_ARITHMATIC_NONE = 0,
|
||||
TB_ARITHMATIC_NSW = 1,
|
||||
TB_ARITHMATIC_NUW = 2,
|
||||
} TB_ArithmeticBehavior;
|
||||
|
||||
typedef enum TB_DebugFormat {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user