feat(parms): add template and type

This commit is contained in:
2025-07-22 18:45:00 +01:00
committed by parker
parent 7e9523aa77
commit 5bec11dec0
5 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#pragma once
namespace enzo::prm
{
class Template
{
Template();
};
}