mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 21:31:03 +00:00
6 lines
169 B
C
6 lines
169 B
C
|
#pragma once
|
||
|
#include <functional>
|
||
|
#include "vm.h"
|
||
|
|
||
|
void RunScreen(const char *classname, VMValue *params, int numparams, std::function<void(bool aborted)> completion);
|