diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-05 21:09:39 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-05 21:09:39 -0500 |
commit | 49ea3a98b9425a7269c0f9343c2876ffded26d2c (patch) | |
tree | f794a0ec75c6df33c8b5db40e4e474bf6c3a61bd /hscript/meta.hh | |
parent | c0512bf3c20c8849670b0cf577d8118976ec0697 (diff) | |
download | horizon-49ea3a98b9425a7269c0f9343c2876ffded26d2c.tar.gz horizon-49ea3a98b9425a7269c0f9343c2876ffded26d2c.tar.bz2 horizon-49ea3a98b9425a7269c0f9343c2876ffded26d2c.tar.xz horizon-49ea3a98b9425a7269c0f9343c2876ffded26d2c.zip |
More API work
Diffstat (limited to 'hscript/meta.hh')
-rw-r--r-- | hscript/meta.hh | 21 |
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 { + + + +} +} |