feat: add context
This commit is contained in:
8
src/Engine/Operator/Context.cpp
Normal file
8
src/Engine/Operator/Context.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "Engine/Operator/Context.h"
|
||||
|
||||
|
||||
enzo::op::Context::Context(enzo::nt::OpId opId, enzo::nt::NetworkManager& networkManager)
|
||||
: opId_{opId}, networkManager_(networkManager)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user