A little more decoupling, and rename ChannelPrints
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
#include "LockedWrapper.h"
|
||||
#include "LuprexGameModeBase.h"
|
||||
#include "lpx-drvutil.hpp"
|
||||
#include "lpx-paths.hpp"
|
||||
|
||||
@@ -31,7 +30,7 @@ void FlxLockedWrapper::InitWrapper() {
|
||||
}
|
||||
}
|
||||
|
||||
FString FlxLockedWrapper::FetchStdout() {
|
||||
FString FlxLockedWrapper::ChannelPrints() {
|
||||
if (Lockable.Wrapper.get_have_prints(Get()))
|
||||
{
|
||||
uint32_t ndata; const char* data;
|
||||
|
||||
Reference in New Issue
Block a user