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, float* args, int nb_args);
7
8#endif
float HSD_ByteCodeEval(u8 *pc, float *args, int nb_args)
Definition bytecode.c:28
unsigned char u8
Definition hsd_3B2B.h:2