#pragma once #include // [TODO: extend this] namespace EGG { class FrmHeap : public Heap { }; }