aboutsummaryrefslogtreecommitdiff
path: root/include/File.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/File.hpp')
-rw-r--r--include/File.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/File.hpp b/include/File.hpp
new file mode 100644
index 0000000..6c5212f
--- /dev/null
+++ b/include/File.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <stddef.h>
+
+namespace amalgine {
+ char* file_get_content(const char *filepath, size_t *filesize);
+} \ No newline at end of file