mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +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);
|