#include "gameCommon.h" // The fullname is waaayyy toooo looonnnng for lazy lazy me #ifndef SHOP_H #define SHOP_H typedef struct Shop { } Shop; void initShop(Shop* shop, Game* game); void updateShop(Shop* shop, Game* game); void closeShop(Shop* shop); #endif