summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'FoundationEx/Utils.h')
-rw-r--r--FoundationEx/Utils.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/FoundationEx/Utils.h b/FoundationEx/Utils.h
new file mode 100644
index 0000000..da7b66d
--- /dev/null
+++ b/FoundationEx/Utils.h
@@ -0,0 +1,17 @@
+/* Starshatter: The Open Source Project
+ Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors
+ Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
+ Copyright (c) 1997-2006, Destroyer Studios LLC.
+*/
+
+#ifndef Utils_h
+#define Utils_h
+
+#include <stdio.h>
+
+
+void AssignErrLog(FILE * out);
+void CloseErrLog();
+void Print(const char* fmt, ...);
+
+#endif // Utils_h