lyt_bounding OK

This commit is contained in:
elijah-thomas774
2024-05-31 20:28:32 -04:00
parent 217c03e5b8
commit b9b7f68da7
6 changed files with 36 additions and 6 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ namespace lyt {
class Bounding : public Pane {
public:
Bounding(const res::Bounding *, const ResBlockSet &);
Bounding(const res::Bounding *pBlock, const ResBlockSet &);
virtual ~Bounding();
NW4R_UT_RTTI_DECL(Bounding);
virtual void DrawSelf(const DrawInfo &);
virtual void DrawSelf(const DrawInfo &drawInfo);
};
} // namespace lyt
} // namespace nw4r