aboutsummaryrefslogtreecommitdiff
path: root/Src/nsmkv/ebml_float.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/nsmkv/ebml_float.h')
-rw-r--r--Src/nsmkv/ebml_float.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/nsmkv/ebml_float.h b/Src/nsmkv/ebml_float.h
new file mode 100644
index 00000000..a695f95e
--- /dev/null
+++ b/Src/nsmkv/ebml_float.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <bfc/platform/types.h>
+
+/* len is passed as uint64_t, but better be 8 or less! */
+double float_read_ptr_len(uint64_t len, const uint8_t *ptr); \ No newline at end of file