mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-14 16:40:40 +00:00
c9b2399cd0
# Conflicts: # source/CMakeLists.txt # source/common/utility/basics.h # source/core/serializer.h
8 lines
212 B
C
8 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);
|