mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
8 lines
No EOL
200 B
C
8 lines
No EOL
200 B
C
#pragma once
|
|
#include "types.h"
|
|
#include "dc/sh4/shil/shil.h"
|
|
#include "basicblock.h"
|
|
|
|
void shil_DynarecInit();
|
|
bool __fastcall Scanner_FindSOM(u32 opcode,u32 pc,u32* SOM);
|
|
extern shil_stream* ilst;
|