Files
2023-02-09 15:27:11 -07:00

11 lines
160 B
C++

#pragma once
#include <common.hpp>
namespace exl::util {
u64 GetRandomU64();
/* TODO: remove along with libnx. */
extern "C" u64 exl_random();
}