Various exception/assert files

This commit is contained in:
robojumper
2025-08-20 20:55:56 +02:00
parent 897de53b2d
commit 50c32beaa7
20 changed files with 367 additions and 67 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef D_EXCEPTION_H
#define D_EXCEPTION_H
#include "egg/core/eggHeap.h"
void exceptionCreate(EGG::Heap *heap);
#endif
+8
View File
@@ -0,0 +1,8 @@
#ifndef TOBESORTED_REVISION_INFO_H
#define TOBESORTED_REVISION_INFO_H
const char *getUrlInfo();
const char *getRevisionInfo();
const char *getCopydate();
#endif