feat(parms): add template and type
This commit is contained in:
13
src/Engine/Parameter/Template.h
Normal file
13
src/Engine/Parameter/Template.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace enzo::prm
|
||||
{
|
||||
|
||||
class Template
|
||||
{
|
||||
Template();
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user