feat: register parameter list
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "Engine/Operator/GeometryOpDef.h"
|
||||
#include "Engine/Parameter/Template.h"
|
||||
|
||||
class GOP_house
|
||||
: public enzo::nt::GeometryOpDef
|
||||
@@ -12,4 +13,6 @@ public:
|
||||
return new GOP_house(opId);
|
||||
}
|
||||
|
||||
static BOOST_SYMBOL_EXPORT enzo::prm::Template parameterList[];
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user