1 2 3 4 5 6 7 8
#ifndef D_EXCEPTION_H #define D_EXCEPTION_H #include "egg/core/eggHeap.h" void exceptionCreate(EGG::Heap *heap); #endif