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
+4 -2
View File
@@ -1,6 +1,6 @@
#include "random.h"
#include <fx/core/random.h>
#include <fx/random.h>
#define GET_ALGORITHM_ID(flags) ((flags) & 0xFF)
@@ -73,7 +73,9 @@ double fx_random_next_double(struct fx_random_ctx *ctx)
#endif
void fx_random_next_bytes(
struct fx_random_ctx *ctx, unsigned char *out, size_t nbytes)
struct fx_random_ctx *ctx,
unsigned char *out,
size_t nbytes)
{
size_t n_qwords = 0;
n_qwords = nbytes >> 3;