summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/include/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'FoundationEx/include/Utils.h')
-rw-r--r--FoundationEx/include/Utils.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/FoundationEx/include/Utils.h b/FoundationEx/include/Utils.h
new file mode 100644
index 0000000..731bc01
--- /dev/null
+++ b/FoundationEx/include/Utils.h
@@ -0,0 +1,18 @@
+/* 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);
+int CloseErrLog();
+void Print(const char* fmt, ...);
+
+
+#endif // Utils_h