mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-22 02:00:52 +00:00
10 lines
193 B
C++
10 lines
193 B
C++
|
#ifndef APP_SV_MATH
|
||
|
#define APP_SV_MATH
|
||
|
|
||
|
#include <switch.h>
|
||
|
|
||
|
namespace app::sv_math {
|
||
|
int rand(u64, int) asm("_ZN3app7sv_math4randEN3phx6Hash40Ei") LINKABLE;
|
||
|
}
|
||
|
|
||
|
#endif // APP_SV_MATH
|