You've already forked mp1r-practice-mod
mirror of
https://github.com/CraftyBoss/mp1r-practice-mod.git
synced 2026-04-01 08:50:23 -07:00
11 lines
160 B
C++
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();
|
|
} |