mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-11 02:40:53 +00:00
7 lines
126 B
C
7 lines
126 B
C
|
|
#pragma once
|
|
|
|
#include "vmintern.h"
|
|
|
|
JitFuncPtr JitCompile(VMScriptFunction *func);
|
|
void JitCleanUp(VMScriptFunction *func);
|