mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 15:01:38 -04:00
9 lines
123 B
C
9 lines
123 B
C
#ifndef D_EXCEPTION_H
|
|
#define D_EXCEPTION_H
|
|
|
|
#include "egg/core/eggHeap.h"
|
|
|
|
void exceptionCreate(EGG::Heap *heap);
|
|
|
|
#endif
|