mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
8 lines
232 B
C
8 lines
232 B
C
|
|
#pragma once
|
|
|
|
#include "vmintern.h"
|
|
|
|
JitFuncPtr JitCompile(VMScriptFunction *func);
|
|
void JitDumpLog(FILE *file, VMScriptFunction *func);
|
|
FString JitCaptureStackTrace(int framesToSkip, bool includeNativeFrames, int maxFrames = -1);
|