Initial commit

This commit is contained in:
2026-08-19 00:38:08 +01:00
commit ee00f3ee3d
21 changed files with 603 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// this code is licenced under Wrathmark licence
// © 2026 wullie wulliestudio.com
// please see attached licence for full usage and rights
#ifndef ERROR_H
#define ERROR_H
void safeError(char *error);
void riskyError();
#endif