#pragma once #include "UI.h" #include "defines.h" extern int money; extern int playerHealth; extern int damageboosts; class Shop { public: UI_FUNC FrameFunc(); };