1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-22 02:00:52 +00:00
UltimateTrainingModpack/source/imports/app/sv_math.hpp
2019-06-08 20:11:06 -07:00

10 lines
No EOL
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