mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
e29eb5bbed
This is merely the basics needed to actually implement something.
5 lines
169 B
C++
5 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);
|