SSBM Decomp
Loading...
Searching...
No Matches
runtime.h
Go to the documentation of this file.
1
#ifndef RUNTIME_RUNTIME_H
2
#define RUNTIME_RUNTIME_H
3
4
#include <
platform.h
>
5
6
u64
__shl2i
(
void
*,
bool
,
s8
);
7
void
__cvt_sll_flt
(
void
);
8
void
__cvt_dbl_usll
(
void
);
9
void
__cvt_fp2unsigned
(
void
);
10
11
#endif
platform.h
s8
signed char s8
A signed 8-bit integer.
Definition
platform.h:8
u64
unsigned long long u64
An unsigned 64-bit integer.
Definition
platform.h:29
__cvt_dbl_usll
void __cvt_dbl_usll(void)
__cvt_sll_flt
void __cvt_sll_flt(void)
__shl2i
u64 __shl2i(void *, bool, s8)
__cvt_fp2unsigned
void __cvt_fp2unsigned(void)
src
Runtime
runtime.h
Generated by
1.9.8