Skip to content

Commit 383fd26

Browse files
Update test.h
1 parent 18960fa commit 383fd26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

code/logic/fossil/pizza/test.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ typedef enum {
3636
FOSSIL_PIZZA_CASE_UNEXPECTED
3737
} fossil_pizza_case_result_t;
3838

39+
typedef enum {
40+
FOSSIL_PIZZA_TONE_DEFAULT,
41+
FOSSIL_PIZZA_TONE_POSITIVE,
42+
FOSSIL_PIZZA_TONE_NEGATIVE,
43+
FOSSIL_PIZZA_TONE_HUMOROUS,
44+
FOSSIL_PIZZA_TONE_SARCASTIC
45+
} fossil_pizza_tone_t;
46+
3947
// --- Score Struct ---
4048
typedef struct {
4149
int passed;

0 commit comments

Comments
 (0)