Seperation
This commit is contained in:
12
apps/RenderCadenceCompositor/control/ControlActionResult.h
Normal file
12
apps/RenderCadenceCompositor/control/ControlActionResult.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace RenderCadenceCompositor
|
||||
{
|
||||
struct ControlActionResult
|
||||
{
|
||||
bool ok = false;
|
||||
std::string error;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user