mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-10 00:40:45 +00:00
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);
|