feat: add network manager and GeometryOperator
This commit is contained in:
15
src/Engine/Operator/GeometryOperator.h
Normal file
15
src/Engine/Operator/GeometryOperator.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "Engine/Types.h"
|
||||
|
||||
namespace enzo::nt {
|
||||
|
||||
class GeometryOperator
|
||||
{
|
||||
public:
|
||||
GeometryOperator();
|
||||
// nodeDef
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user