From 8372a776ad2e06b99e4704403504ba74932276ec Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Wed, 13 Mar 2024 12:07:43 -0600 Subject: Made a clicker --- src/shop.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/shop.h') diff --git a/src/shop.h b/src/shop.h index efbca6b..c01c839 100644 --- a/src/shop.h +++ b/src/shop.h @@ -1,8 +1,9 @@ #include "gameCommon.h" +#include // The fullname is waaayyy toooo looonnnng for lazy lazy me -#define SHOP_ENTRY_COUNT 1 +#define SHOP_ENTRY_COUNT 2 #ifndef SHOP_H #define SHOP_H @@ -22,6 +23,7 @@ typedef struct Shop { // Some silly textures. Texture penguinLol; + Texture clicker; } Shop; void initShop(Shop* shop, Game* game); -- cgit v1.2.3