Added a DrawableLine class for debug builds.

This commit is contained in:
King_DuckZ 2014-08-19 21:49:08 +02:00
parent f300c94924
commit 105020b5c1
7 changed files with 223 additions and 3 deletions

View file

@ -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