mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-15 00:41:32 +00:00
9 lines
212 B
C
9 lines
212 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "vmintern.h"
|
||
|
|
||
|
JitFuncPtr JitCompile(VMScriptFunction *func);
|
||
|
void JitDumpLog(FILE *file, VMScriptFunction *func);
|
||
|
FString JitCaptureStackTrace(int framesToSkip, bool includeNativeFrames);
|