summaryrefslogtreecommitdiff
path: root/include/toBeSorted/d_exception.h
blob: a46671a9a2be3531c9bc7e96f6dbeafee528f340 (plain)
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