SSBM Decomp
Loading...
Searching...
No Matches
bytecode.h
Go to the documentation of this file.
1#ifndef SYSDOLPHIN_BASELIB_BYTECODE_H
2#define SYSDOLPHIN_BASELIB_BYTECODE_H
3
4#include <Runtime/platform.h>
5
6float HSD_ByteCodeEval(u8* pc, const f32* args, s32 nb_args);
7
8#endif
float HSD_ByteCodeEval(u8 *pc, const f32 *args, s32 nb_args)
Definition bytecode.c:19
float f32
Definition types.h:13
signed long s32
Definition types.h:8
unsigned char u8
Definition types.h:5