1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-22 10:10:52 +00:00
UltimateTrainingModpack/source/imports/app/sv_math.hpp

10 lines
193 B
C++
Raw Normal View History

#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