feat: register parameter list
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
#pragma once
|
||||
#include "Engine/Parameter/Type.h"
|
||||
|
||||
namespace enzo::prm
|
||||
{
|
||||
|
||||
class Template
|
||||
{
|
||||
Template();
|
||||
public:
|
||||
Template(enzo::prm::Type type);
|
||||
private:
|
||||
enzo::prm::Type type_;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user