summaryrefslogtreecommitdiffstats
path: root/src/common/haiku/version.h
diff options
context:
space:
mode:
authorsumuel <samuel@yakubos.org>2026-08-17 20:44:55 +0000
committersumuel <samuel@yakubos.org>2026-08-17 20:44:55 +0000
commit76424950e373d3b04ac3dd13019151bfba3e8423 (patch)
tree4c3cfdbda039e592b9186be3e28f8d7cfd439e8a /src/common/haiku/version.h
Add the files
Diffstat (limited to 'src/common/haiku/version.h')
-rw-r--r--src/common/haiku/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/haiku/version.h b/src/common/haiku/version.h
new file mode 100644
index 0000000..4f047a2
--- /dev/null
+++ b/src/common/haiku/version.h
@@ -0,0 +1,3 @@
+#include "common/FFstrbuf.h"
+
+bool ffGetFileVersion(const char* filePath, FFstrbuf* version);