fx: update header directories

This commit is contained in:
2026-05-02 21:01:17 +01:00
parent 5d1b2aabbb
commit b951577f48
59 changed files with 1831 additions and 1002 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#include <fx/core/endian.h>
#include <fx/endian.h>
fx_i16 fx_i16_htob(uint16_t v)
{
@@ -210,4 +210,4 @@ uint64_t fx_i64_stoh(fx_i64 v)
#endif
return x;
}
}