mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-07 16:31:17 +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);
|