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 <platform.h>
5
6float HSD_ByteCodeEval(u8* pc, f32* args, s32 nb_args);
7
8#endif
float HSD_ByteCodeEval(u8 *pc, f32 *args, s32 nb_args)
Definition bytecode.c:34
signed long s32
Definition hsd_3B2B.h:1
unsigned char u8
Definition hsd_3B2B.h:2