aboutsummaryrefslogtreecommitdiff
path: root/include/File.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-14 17:09:48 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-18 15:22:10 +0100
commitb366f3d0c573468ecd0b59da43dfcbc847334b19 (patch)
tree543a781260fc23197e301c6e2e42107a0a914027 /include/File.hpp
parent83c78e2b5cc9b0cb737ec3785722ae280bd29b65 (diff)
Add obj parser
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