feat: setup GopTransform
This commit is contained in:
10
src/Engine/Operator/OperatorTable.cpp
Normal file
10
src/Engine/Operator/OperatorTable.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "Engine/Operator/OperatorTable.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void enzo::op::OperatorTable::addOperator(nt::opConstructor ctorFunc)
|
||||
{
|
||||
std::cout << "OPERATOR TABLE ADDED\n";
|
||||
// ctorFunc(5);
|
||||
ctorStore_.push_back(ctorFunc);
|
||||
}
|
||||
Reference in New Issue
Block a user