diff --git a/src/SpecialRenderable.h b/src/SpecialRenderable.h index c99b529..e9079f5 100644 --- a/src/SpecialRenderable.h +++ b/src/SpecialRenderable.h @@ -51,7 +51,7 @@ public: void Initialize(const std::string&imgName,const Pixel overrideCol,const Pixel matrixCol); void Update(const float fElapsedTime); const Renderable&Get()const; - Decal*Decal()const; - Sprite*Sprite()const; + ::Decal*Decal()const; + ::Sprite*Sprite()const; void ChangeMatrixColor(const Pixel newMatrixCol); }; \ No newline at end of file