raze-gles/source/core/screenjob.h
Christoph Oelckers e29eb5bbed - added some ZScript basics.
This is merely the basics needed to actually implement something.
2020-06-20 09:46:41 +02:00

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);