SSBM Decomp
Loading...
Searching...
No Matches
sislib.static.h
Go to the documentation of this file.
1#ifndef SYSDOLPHIN_BASELIB_SISLIB_STATIC_H
2#define SYSDOLPHIN_BASELIB_SISLIB_STATIC_H
3
4#include <Runtime/platform.h>
5
7static inline u8* HSD_SisLib_BytePtr(void* ptr)
8{
9 return ptr;
10}
11
12#endif
unsigned char u8
Definition types.h:5
static u8 * HSD_SisLib_BytePtr(void *ptr)
Shared by the sislib translation units.
Definition sislib.static.h:7