#ifndef D_EXCEPTION_H #define D_EXCEPTION_H #include "egg/core/eggHeap.h" void exceptionCreate(EGG::Heap *heap); #endif