MaybeBool enum... might not be a good idea
This commit is contained in:
@@ -287,6 +287,12 @@ typedef u32 b32;
|
|||||||
#define true 1
|
#define true 1
|
||||||
#define false 0
|
#define false 0
|
||||||
|
|
||||||
|
typedef enum MaybeBool {
|
||||||
|
MaybeBoolNull,
|
||||||
|
MaybeBoolFalse,
|
||||||
|
MaybeBoolTrue,
|
||||||
|
} MaybeBool;
|
||||||
|
|
||||||
// Structs
|
// Structs
|
||||||
typedef struct Resulti64 {
|
typedef struct Resulti64 {
|
||||||
bool success;
|
bool success;
|
||||||
|
|||||||
Reference in New Issue
Block a user