mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
Various exception/assert files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef D_EXCEPTION_H
|
||||
#define D_EXCEPTION_H
|
||||
|
||||
#include "egg/core/eggHeap.h"
|
||||
|
||||
void exceptionCreate(EGG::Heap *heap);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef TOBESORTED_REVISION_INFO_H
|
||||
#define TOBESORTED_REVISION_INFO_H
|
||||
|
||||
const char *getUrlInfo();
|
||||
const char *getRevisionInfo();
|
||||
const char *getCopydate();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user