feat: working parameter creation
This commit is contained in:
@@ -8,6 +8,9 @@ class Template
|
||||
{
|
||||
public:
|
||||
Template(enzo::prm::Type type, const char* name);
|
||||
Template();
|
||||
const char* getName() const;
|
||||
bool isValid() const;
|
||||
private:
|
||||
enzo::prm::Type type_;
|
||||
// TODO: make a class that holds token and name
|
||||
@@ -15,5 +18,7 @@ private:
|
||||
|
||||
};
|
||||
|
||||
inline enzo::prm::Template Terminator = enzo::prm::Template();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user