#include #include "oct.h" void octant::remove (entity_base *e) { abort (); } octant::~octant () { for (int i = 8; i--; ) delete sub[i]; }