From db67be702a0254df3284832f011217a421428bd1 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Mon, 11 Mar 2024 12:10:24 -0600 Subject: More silly shop thingies --- 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 e9555a5..efbca6b 100644 --- a/src/shop.h +++ b/src/shop.h @@ -7,7 +7,9 @@ #ifndef SHOP_H #define SHOP_H -typedef void (*ShopyEntryCB)(Game* game); +typedef struct ShopEntry ShopEntry; + +typedef void (*ShopyEntryCB)(ShopEntry* entry, Game* game); typedef struct ShopEntry { Texture* texture; -- cgit v1.2.3