diff --git a/include/joker.h b/include/joker.h index f3c81c1..c1d71ff 100644 --- a/include/joker.h +++ b/include/joker.h @@ -36,6 +36,7 @@ #define DEFAULT_JOKER_ID 0 #define GREEDY_JOKER_ID 1 // This is just an example to show the patern of making joker IDs #define JOKER_STENCIL_ID 16 +#define JOKER_BRAINSTORM_ID 40 #define PAREIDOLIA_JOKER_ID 41 typedef struct @@ -92,4 +93,4 @@ bool joker_object_is_selected(JokerObject* joker_object); Sprite* joker_object_get_sprite(JokerObject* joker_object); -#endif // JOKER_H \ No newline at end of file +#endif // JOKER_H