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
6u64 __shl2i(void*, bool, s8);
7void __cvt_sll_flt(void);
8void __cvt_dbl_usll(void);
10
11#endif
signed char s8
A signed 8-bit integer.
Definition platform.h:8
unsigned long long u64
An unsigned 64-bit integer.
Definition platform.h:29
void __cvt_dbl_usll(void)
void __cvt_sll_flt(void)
u64 __shl2i(void *, bool, s8)
void __cvt_fp2unsigned(void)