Added a DrawableLine class for debug builds.
This commit is contained in:
parent
f300c94924
commit
105020b5c1
7 changed files with 223 additions and 3 deletions
|
@ -74,4 +74,10 @@ namespace cloonel {
|
|||
void Platform::OnRegister (Mover& parMover, Mover::PlaceableTicketType parParentTicket) {
|
||||
parMover.RegisterPlaceable(m_collisionTop.get(), parParentTicket);
|
||||
}
|
||||
|
||||
///--------------------------------------------------------------------------
|
||||
///--------------------------------------------------------------------------
|
||||
void Platform::CopyDrawables (std::vector<const Drawable*>& parOut) const {
|
||||
parOut.push_back(this);
|
||||
}
|
||||
} //namespace cloonel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue