From 242a0736d0da65c99967190dd548076cb53e5bff Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 7 Oct 2019 18:23:45 -0500 Subject: hscript: Make classes for the rest of the keys --- hscript/meta.hh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'hscript/meta.hh') diff --git a/hscript/meta.hh b/hscript/meta.hh index 0446274..9491aac 100644 --- a/hscript/meta.hh +++ b/hscript/meta.hh @@ -21,6 +21,27 @@ namespace Keys { class Hostname : public Key { }; +class PkgInstall : public Key { +}; + +class Language : public Key { +}; + +class Keymap : public Key { +}; + +class Firmware : public Key { +}; + +class Timezone : public Key { +}; + +class Repository : public Key { +}; + +class SigningKey : public Key { +}; + } } -- cgit v1.2.3-60-g2f50