#pragma once class IBackground : public CSingleton { public: IBackground() {} virtual ~IBackground() {} virtual bool IsBlock(int x, int y) = 0; }; //martysama0134's 2e58d0b8baeb072acdf3afc4a5d1999f