mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-11 13:21:49 +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);
|