#include "game.h" #include "entity.h" #ifndef JOHNS_STORE_H #define JOHNS_STORE_H void initJohnsStore(Entity* entity); void updateJohnsStore(Entity* entity, Game* game); void closeJohnsStore(Entity* entity); #endif