Ejemplo n.º 1
0
void Packet::setData(const core::memory::ConstBlob &) {
  CHECK_NOT_IMPLEMENTED();
}
Ejemplo n.º 2
0
void DebugDrawSphere(DebugDraw &draw, const core::math::Vec4 &center, const f32 radius, const core::math::Color &color) {
  CHECK_NOT_IMPLEMENTED();
}