summaryrefslogtreecommitdiff
path: root/hscript/meta.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/meta.hh')
-rw-r--r--hscript/meta.hh21
1 files changed, 21 insertions, 0 deletions
diff --git a/hscript/meta.hh b/hscript/meta.hh
new file mode 100644
index 0000000..c1eba90
--- /dev/null
+++ b/hscript/meta.hh
@@ -0,0 +1,21 @@
+/*
+ * meta.hh - Definition of the Key classes for system metadata
+ * libhscript, the HorizonScript library for
+ * Project Horizon
+ *
+ * Copyright (c) 2019 Adélie Linux and contributors. All rights reserved.
+ * This code is licensed under the AGPL 3.0 license, as noted in the
+ * LICENSE-code file in the root directory of this repository.
+ *
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
+#include "key.hh"
+
+namespace Horizon {
+namespace Keys {
+
+
+
+}
+}