summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/include/starshatter/foundation/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'FoundationEx/include/starshatter/foundation/data.h')
-rw-r--r--FoundationEx/include/starshatter/foundation/data.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/FoundationEx/include/starshatter/foundation/data.h b/FoundationEx/include/starshatter/foundation/data.h
new file mode 100644
index 0000000..20308a2
--- /dev/null
+++ b/FoundationEx/include/starshatter/foundation/data.h
@@ -0,0 +1,26 @@
+/* Starshatter: The Open Source Project
+ Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors
+ Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
+ Copyright (c) 1997-2006, Destroyer Studios LLC.
+*/
+
+#pragma once
+
+#include "reader.h"
+
+
+namespace starshatter
+{
+namespace foundation
+{
+namespace data
+{
+
+
+bool toggle_filesystem(bool enabled);
+Reader open(const char* pathname);
+
+
+} // namespace data
+} // namespace foundation
+} // namespace starshatter